summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-25 12:13:01 +0000
committerRoland McGrath <roland@gnu.org>1996-06-25 12:13:01 +0000
commitdcea62dd4eadec79b856cf35a34081112afa17d0 (patch)
tree9ded5c6c90e92beff091b8ccd6991a65db7fff85 /configure
parent3d3ac840ea80743592252d232a62eb17d473501a (diff)
* inet/getrpcbynumber.c (BUFLEN): New macro.
* configure.in (--no-whole-archive check): Remove backslashes in cmd.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index aef8058fe1..478dc4f96f 100755
--- a/configure
+++ b/configure
@@ -1543,8 +1543,8 @@ else
cat > conftest.c <<\EOF
_start () {}
EOF
-if { ac_try='${CC-cc} $CFLAGS \
- -nostdlib -nostartfiles -Wl,--no-whole-archive \
+if { ac_try='${CC-cc} $CFLAGS
+ -nostdlib -nostartfiles -Wl,--no-whole-archive
-o conftest conftest.c'; { (eval echo configure:1549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
libc_cv_ld_no_whole_archive=yes
else