summaryrefslogtreecommitdiff
path: root/ext/ldap
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-11-30 19:00:13 +0000
committerfoobar <sniper@php.net>2001-11-30 19:00:13 +0000
commitf1397d533969095577f9d11005015a1291b16568 (patch)
treeb2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/ldap
parente858d27888471107a4816d62033db785fab5f2da (diff)
downloadphp-git-f1397d533969095577f9d11005015a1291b16568.tar.gz
Unified the configure messages.
Diffstat (limited to 'ext/ldap')
-rw-r--r--ext/ldap/config.m49
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/ldap/config.m4 b/ext/ldap/config.m4
index 5274551399..a7ad785392 100644
--- a/ext/ldap/config.m4
+++ b/ext/ldap/config.m4
@@ -1,4 +1,6 @@
+dnl
dnl $Id$
+dnl
AC_DEFUN(PHP_LDAP_CHECKS, [
if test -f $1/include/ldap.h; then
@@ -15,10 +17,9 @@ AC_DEFUN(PHP_LDAP_CHECKS, [
LDAP_LIBDIR=$1/lib
fi
])
-
-PHP_ARG_WITH(ldap,whether to include LDAP support,
-[ --with-ldap[=DIR] Include LDAP support. DIR is the LDAP base
- install directory.])
+
+PHP_ARG_WITH(ldap,for LDAP support,
+[ --with-ldap[=DIR] Include LDAP support.])
if test "$PHP_LDAP" != "no"; then