From: Nicholas Clark Date: Tue, 10 Apr 2007 16:11:41 +0000 (+0000) Subject: Undo the non-maint part of change 30816. Silly Nicholas. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5baf37a82164f2b38d60d4956066bc67c280ed14;p=p5sagit%2Fp5-mst-13.2.git Undo the non-maint part of change 30816. Silly Nicholas. p4raw-id: //depot/perl@30894 --- diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 7461207..8bfb742 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -138,22 +138,11 @@ case "$osvers" in *) ccflags="${ccflags} -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H" if /usr/bin/file -L /usr/lib/libc.so | /usr/bin/grep -vq "not stripped" ; then - # Respect a command-line override - test -z "$usenm" && usenm=false + usenm=false fi ;; esac - -# If we are using g++ we must use nm and force ourselves to use -# the /usr/lib/libc.a because the symbol scanning tricks of -# Configure will crash and burn horribly. -case "$cc" in -*g++*) usenm=true - libc='/usr/lib/libc.a' - ;; -esac - cat <<'EOM' >&4 Some users have reported that Configure halts when testing for