diff --git a/configure.ac b/configure.ac index ffe2e5f..ebf89a6 100644 --- a/configure.ac +++ b/configure.ac @@ -45,9 +45,9 @@ AC_PROG_CXX AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_YACC -AS_IF([test x"$YACC" == x"yacc"], [AC_MSG_ERROR([Please install bison or byacc before configuring.])]) +AS_IF([test x"$YACC" = x"yacc"], [AC_MSG_ERROR([Please install bison or byacc before configuring.])]) AC_PROG_LEX(noyywrap) -AS_IF([test x"$LEX" == x":"], [AC_MSG_ERROR([Please install flex before configuring.])]) +AS_IF([test x"$LEX" = x":"], [AC_MSG_ERROR([Please install flex before configuring.])]) # Checks for header files. AC_CHECK_HEADERS([arpa/inet.h \