From: Gerd Moellmann Date: Fri, 19 Oct 2001 14:10:34 +0000 (+0000) Subject: Use `=' instead of `=='. From Kenichi Handa X-Git-Tag: emacs-21.1~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0fa55c84c8c8157cef83ea8f75b8f716af18b7e;p=emacs.git Use `=' instead of `=='. From Kenichi Handa . --- 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, ,