diff options
author | Fred Fish <fnf@specifix.com> | 1996-03-29 22:07:42 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-03-29 22:07:42 +0000 |
commit | 84f737e989e2b78123361fc22d309c32eb96098e (patch) | |
tree | b3445c465e61e1209c74baa07d3c27dcf099047d /gdb/configure | |
parent | 7d3741edcbbe31bf48ccb504500aa3beceebc501 (diff) | |
download | gdb-84f737e989e2b78123361fc22d309c32eb96098e.zip gdb-84f737e989e2b78123361fc22d309c32eb96098e.tar.gz gdb-84f737e989e2b78123361fc22d309c32eb96098e.tar.bz2 |
Regenerate with hacked Cygnus autoconf 2.8 rather than FSF autoconf 2.8,
otherwise configure fails.
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 9ff128e..7cca5be 100755 --- a/gdb/configure +++ b/gdb/configure @@ -1946,7 +1946,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 |