summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-10-19 14:11:21 +0000
committerGerd Moellmann <gerd@gnu.org>2001-10-19 14:11:21 +0000
commit0f590866a0fdc2dd65ccaf9b85a1704426bdf9ad (patch)
tree22bd7f1848ed6b3956863442d675c5aa508a1718
parent443bb3263c7f6cc62719d5caec98944f873eac19 (diff)
downloademacs-0f590866a0fdc2dd65ccaf9b85a1704426bdf9ad.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b74bc3fb44f..a3277c1a344 100644
--- 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
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