--- OpenSP-1.5.1/configure.in.orig-nohttp 2004-01-18 23:16:04 +0300 +++ OpenSP-1.5.1/configure.in 2004-01-18 23:18:06 +0300 @@ -412,7 +412,7 @@ AC_MSG_CHECKING(whether to include support for http) AC_ARG_ENABLE(http, [ --enable-http include support for http], - if test $enableval +[ if test "x$enableval" != xno then AC_MSG_RESULT(yes) AC_DEFINE(SP_HAVE_SOCKET,1, @@ -427,8 +427,10 @@ AC_MSG_RESULT(no)) else AC_MSG_RESULT(no) - fi, - AC_MSG_RESULT(no)) + fi +],[ + AC_MSG_RESULT(no) +]) AC_MSG_CHECKING(for default catalog) AC_ARG_ENABLE(default-catalog, [ --enable-default-catalog=pathlist