From: George Wang Date: Thu, 7 Aug 2008 16:41:30 +0000 (+0000) Subject: use PHP_ARG_WITH instead of AC_ARG_WITH X-Git-Tag: BEFORE_HEAD_NS_CHANGE~821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcb1f9d8578170c715850339ceb611a2091d7e37;p=php use PHP_ARG_WITH instead of AC_ARG_WITH --- diff --git a/sapi/litespeed/config.m4 b/sapi/litespeed/config.m4 index e34d4dcdb5..72557ece33 100644 --- a/sapi/litespeed/config.m4 +++ b/sapi/litespeed/config.m4 @@ -4,7 +4,7 @@ dnl AC_MSG_CHECKING(for LiteSpeed support) -AC_ARG_WITH(litespeed, +PHP_ARG_WITH(litespeed, [ --with-litespeed Build PHP as litespeed module], [ PHP_SAPI_LITESPEED=$withval