summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-01-12 19:03:34 +0000
committerSascha Schumann <sas@php.net>2000-01-12 19:03:34 +0000
commitd67a4cec242a44a8ae9399893f9db617cb56c4e5 (patch)
tree99ef5538c46c5dfa7877556eedbd307a80ce7fd0 /ext/bcmath
parent03505c7226a0e415f49c67d23104901cb337a32d (diff)
downloadphp-git-d67a4cec242a44a8ae9399893f9db617cb56c4e5.tar.gz
Add description for AC_DEFINEs
Diffstat (limited to 'ext/bcmath')
-rw-r--r--ext/bcmath/config.m44
1 files changed, 2 insertions, 2 deletions
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)
])