From: Gerd Moellmann Date: Fri, 19 Oct 2001 14:11:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.1~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4dd9c2b11a54e411ed72a5272c852521bbc762d9;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b74bc3fb44f..a3277c1a344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-19 Gerd Moellmann + + * configure.in: Use `=' instead of `=='. From Kenichi Handa + . + 2001-10-18 Ken Raeburn * configure.in: If --with-hesiod is given, look for diff --git a/configure b/configure index dea0b00b9ef..75a97689163 100755 --- a/configure +++ b/configure @@ -7295,7 +7295,7 @@ fi # Do we need the Hesiod library to provide the support routines? -if test "$with_hesiod" == yes ; then +if test "$with_hesiod" = yes ; then # Don't set $LIBS here -- see comments above. resolv=no echo $ac_n "checking for res_send""... $ac_c" 1>&6