From 7efc4d8b5460b23e5a0d77452681e5d314a94bc3 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 13 Aug 2001 21:57:31 +0000 Subject: [PATCH] Add check for thttpd-2.21b. We support nothing else for now, because this version is rock-stable using the combined set of patches. --- sapi/thttpd/config.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4 index 81469e825c..3883a55a49 100644 --- a/sapi/thttpd/config.m4 +++ b/sapi/thttpd/config.m4 @@ -1,6 +1,7 @@ AC_ARG_WITH(thttpd, [ --with-thttpd=SRCDIR Build PHP as thttpd module],[ test -d $withval || AC_MSG_RESULT(thttpd directory does not exist ($withval)) + egrep thttpd.2.21b $withval/version.h || AC_MSG_RESULT([This version only supports thttpd-2.21b]) PHP_EXPAND_PATH($withval, THTTPD) PHP_TARGET_RDYNAMIC INSTALL_IT="\ -- 2.50.1