]> git.eshelyaron.com Git - emacs.git/commitdiff
Use `=' instead of `=='. From Kenichi Handa
authorGerd Moellmann <gerd@gnu.org>
Fri, 19 Oct 2001 14:10:34 +0000 (14:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 19 Oct 2001 14:10:34 +0000 (14:10 +0000)
<handa@etl.go.jp>.

configure.in

index 42eeaf493c1f965650b61a6823d752af7d243bdf..3ab59ad9a9e1379d197ea39a70ce633412d8261c 100644 (file)
@@ -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, ,