diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-04-10 16:11:41 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-04-10 16:11:41 +0000 |
commit | 5baf37a82164f2b38d60d4956066bc67c280ed14 (patch) | |
tree | 219542e0f9707a670cb3b6aaf21b84e11749b95b /hints | |
parent | 7253302f2d3ad6cffc89ef8a0aa41e45bb4dc935 (diff) | |
download | perl-5baf37a82164f2b38d60d4956066bc67c280ed14.tar.gz |
Undo the non-maint part of change 30816. Silly Nicholas.
p4raw-id: //depot/perl@30894
Diffstat (limited to 'hints')
-rw-r--r-- | hints/freebsd.sh | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 74612076e9..8bfb742f11 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 |