Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79500 | Differences between
and this patch

Collapse All | Expand All

(-)elinks-0.10.5/configure.orig (-26 / +1 lines)
Lines 3439-3470 Link Here
3439
	echo "$ac_t""$HAVE_VARIADIC_MACROS" 1>&6
3439
	echo "$ac_t""$HAVE_VARIADIC_MACROS" 1>&6
3440
3440
3441
3441
3442
echo $ac_n "checking for -rdynamic""... $ac_c" 1>&6
3442
LDFLAGS="$LDFLAGS -Xlinker -m"
3443
echo "configure:3444: checking for -rdynamic" >&5
3444
LDFLAGS_X="$LDFLAGS"
3445
LDFLAGS="$LDFLAGS -rdynamic"
3446
cat > conftest.$ac_ext <<EOF
3447
#line 3448 "configure"
3448
#include "confdefs.h"
3449
3450
int main() {
3451
3452
; return 0; }
3453
EOF
3454
if { (eval echo configure:3455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3455
  rm -rf conftest*
3456
  have_rdynamic=yes
3457
else
3458
  echo "configure: failed program was:" >&5
3459
  cat conftest.$ac_ext >&5
3460
  rm -rf conftest*
3461
  have_rdynamic=no
3462
fi
3463
rm -f conftest*
3464
test "$have_rdynamic" = no && LDFLAGS="$LDFLAGS_X"
3465
echo "$ac_t""$have_rdynamic" 1>&6
3466
3467
3468
3443
3469
	
3444
	
3470
	HAVE_REGEX_H=yes;
3445
	HAVE_REGEX_H=yes;

Return to bug 79500