]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 19 Oct 2001 14:11:21 +0000 (14:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 19 Oct 2001 14:11:21 +0000 (14:11 +0000)
ChangeLog
configure

index b74bc3fb44f2a6f967a81da73084cd2c16a2b443..a3277c1a3442186ec1a4fa4bed87afa97394af88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * configure.in: Use `=' instead of `=='.  From Kenichi Handa
+       <handa@etl.go.jp>.
+
 2001-10-18  Ken Raeburn  <raeburn@mit.edu>
 
        * configure.in: If --with-hesiod is given, look for
index dea0b00b9ef0342a48b80183af27872eb0a0cf8c..75a97689163f2b445b49aa457224be924afbb248 100755 (executable)
--- 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