summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-10-19 14:10:34 +0000
committerGerd Moellmann <gerd@gnu.org>2001-10-19 14:10:34 +0000
commit443bb3263c7f6cc62719d5caec98944f873eac19 (patch)
tree0b0ed8079bc0c113c82e57db499837c98724d137
parentb6cee24384c7138d89dc09ff6f8e653b404e1ebe (diff)
downloademacs-443bb3263c7f6cc62719d5caec98944f873eac19.tar.gz
Use `=' instead of `=='. From Kenichi Handa
<handa@etl.go.jp>.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 42eeaf493c1..3ab59ad9a9e 100644
--- a/configure.in
+++ b/configure.in
@@ -1962,7 +1962,7 @@ AC_CHECK_FUNCS(getpt)
AC_CHECK_LIB(ncurses, tparm)
# 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
AC_CHECK_FUNC(res_send, , [AC_CHECK_FUNC(__res_send, ,