Browse Source

Bugfix: configure: Disable httpsrv if not available

Conflicts:
	configure.ac
Luke Dashjr 12 years ago
parent
commit
08d18af9b4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -341,6 +341,7 @@ if test "x$httpsrv" != "xno"; then
 		AC_DEFINE([USE_LIBMICROHTTPD],[1],[Defined to 1 if libmicrohttpd support is wanted])
 		httpsrv=yes
 	],[
+		httpsrv=no
 		if test "x$httpsrv" = "xyes"; then
 			AC_MSG_ERROR([Unable to find libmicrohttpd 0.9.5+])
 		else