summaryrefslogtreecommitdiff
path: root/ext/gettext/config.m4
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-09-13 17:17:51 +0000
committerStig Bakken <ssb@php.net>1999-09-13 17:17:51 +0000
commit809198b9162cbef4af420e5ae3e74b3c3adcc3f3 (patch)
tree4717873236a3de3ad755df0da3a91d3e1174ef1f /ext/gettext/config.m4
parent95303a4bb270d31cef0e83ee7453c143f1bd7566 (diff)
downloadphp-git-809198b9162cbef4af420e5ae3e74b3c3adcc3f3.tar.gz
Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring
extensions.
Diffstat (limited to 'ext/gettext/config.m4')
-rw-r--r--ext/gettext/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gettext/config.m4 b/ext/gettext/config.m4
index 7a55dfb388..b14673527a 100644
--- a/ext/gettext/config.m4
+++ b/ext/gettext/config.m4
@@ -5,7 +5,7 @@ dnl don't forget to call PHP_EXTENSION(gettext)
AC_MSG_CHECKING(whether to include GNU gettext support)
AC_ARG_WITH(gettext,
[ --with-gettext[=DIR] Include GNU gettext support. DIR is the gettext
- install directory, defaults to /usr/local],
+ install directory, defaults to /usr/local],
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then