diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-25 12:13:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-25 12:13:01 +0000 |
commit | dcea62dd4eadec79b856cf35a34081112afa17d0 (patch) | |
tree | 9ded5c6c90e92beff091b8ccd6991a65db7fff85 /configure | |
parent | 3d3ac840ea80743592252d232a62eb17d473501a (diff) | |
download | glibc-dcea62dd4eadec79b856cf35a34081112afa17d0.tar.gz |
* inet/getrpcbynumber.c (BUFLEN): New macro.
* configure.in (--no-whole-archive check): Remove backslashes in cmd.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |