Undo the non-maint part of change 30816. Silly Nicholas.
authorNicholas Clark <nick@ccl4.org>
Tue, 10 Apr 2007 16:11:41 +0000 (16:11 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 10 Apr 2007 16:11:41 +0000 (16:11 +0000)
p4raw-id: //depot/perl@30894

hints/freebsd.sh

index 7461207..8bfb742 100644 (file)
@@ -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