mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-22 20:42:26 -08:00
Use =' instead of =='. From Kenichi Handa
<handa@etl.go.jp>.
This commit is contained in:
parent
1555961225
commit
c0fa55c84c
1 changed files with 1 additions and 1 deletions
|
|
@ -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, ,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue