summaryrefslogtreecommitdiff
path: root/configure.in
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
commitc0fa55c84c8c8157cef83ea8f75b8f716af18b7e (patch)
tree1db71edbe122f97c68f7369dad32525984bf08fb /configure.in
parent15559612252df6a37988e2de2be2a3d9d01bd4c2 (diff)
downloademacs-c0fa55c84c8c8157cef83ea8f75b8f716af18b7e.tar.gz
Use `=' instead of `=='. From Kenichi Handa
<handa@etl.go.jp>.
Diffstat (limited to 'configure.in')
-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, ,