diff options
author | Fred Fish <fnf@specifix.com> | 1996-03-24 02:59:18 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-03-24 02:59:18 +0000 |
commit | 9a58ff19cc7cf2601150fd549e2ebac16055178a (patch) | |
tree | 1cebc75a5ac07c8f8a60dc68020b9fa1c5816f3d /gdb/configure | |
parent | 4cfb23a94c8cd4aac096c54ee7f8fe28cdc5f525 (diff) | |
download | gdb-9a58ff19cc7cf2601150fd549e2ebac16055178a.zip gdb-9a58ff19cc7cf2601150fd549e2ebac16055178a.tar.gz gdb-9a58ff19cc7cf2601150fd549e2ebac16055178a.tar.bz2 |
Tweak to match output of autoconf 2.9 with same cygnus local patch as
current autoconf 2.8.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 5f4d6ee..0f02405 100755 --- a/gdb/configure +++ b/gdb/configure @@ -1950,7 +1950,7 @@ else echo "$ac_t""no" 1>&6 fi - if test $ac_cv_lib_dnet = no; then + if test $ac_cv_lib_dnet_dnet_ntoa = no; then echo $ac_n "checking for -ldnet_stub""... $ac_c" 1>&6 ac_lib_var=`echo dnet_stub_dnet_ntoa | tr '.-/+' '___p'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |