diff --git a/configure.ac b/configure.ac index 1461e031a6..f832f710d2 100644 --- a/configure.ac +++ b/configure.ac @@ -333,7 +333,7 @@ if test x"$request_httpd" = "xcheck" -o x"$request_httpd" = "xyes"; then HTTPD="/usr/sbin/apache2" APACHECTL="/usr/sbin/apache2ctl" AC_PATH_PROG([APXS], [apxs]) - if test "x$APXS" != "x"; then + if test "x$APXS" = "x"; then AC_MSG_NOTICE([apache2-dev not installed, httpd tests disabled]) HTTPD_ENABLED="no" fi