From: Sascha Schumann Date: Wed, 12 Jan 2000 19:03:34 +0000 (+0000) Subject: Add description for AC_DEFINEs X-Git-Tag: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d67a4cec242a44a8ae9399893f9db617cb56c4e5;p=php Add description for AC_DEFINEs --- diff --git a/ext/bcmath/config.m4 b/ext/bcmath/config.m4 index 472889f799..2f1a93dbcf 100644 --- a/ext/bcmath/config.m4 +++ b/ext/bcmath/config.m4 @@ -11,10 +11,10 @@ AC_ARG_ENABLE(bcmath, AC_MSG_RESULT(yes) PHP_EXTENSION(bcmath) else - AC_DEFINE(WITH_BCMATH, 0) + AC_DEFINE(WITH_BCMATH, 0,[ ]) AC_MSG_RESULT(no) fi ],[ - AC_DEFINE(WITH_BCMATH, 0) + AC_DEFINE(WITH_BCMATH, 0,[ ]) AC_MSG_RESULT(no) ])