fixed some typos

This commit is contained in:
reenoo
2004-01-05 01:53:14 +00:00
parent e516bea574
commit a7579906f6
+6 -6
View File
@@ -218,14 +218,14 @@ AC_ARG_ENABLE(
[ --enable-ldap compile with LDAP support. ], [ --enable-ldap compile with LDAP support. ],
[ [
if test "$enable_ldap" = "yes"; then if test "$enable_ldap" = "yes"; then
AC_MSG_RESULT("yes") AC_MSG_RESULT(yes)
else else
AC_MSG_RESULT("no") AC_MSG_RESULT(no)
fi fi
], ],
[ [
enable_ldap="no"; enable_ldap="no";
AC_MSG_RESULT("no") AC_MSG_RESULT(no)
] ]
) )
@@ -311,9 +311,9 @@ if test "$enable_ldap" = "yes"; then
#include <ldap.h>], #include <ldap.h>],
[LDAPURLDesc ludp; [LDAPURLDesc ludp;
ludp.lud_exts[0] = NULL;], ludp.lud_exts[0] = NULL;],
AC_MSG_RESULT("yes") AC_MSG_RESULT(yes)
AC_DEFINE(WITH_LDAP_LUD_EXTS, 1, Compile with LDAP lud_exts), AC_DEFINE(WITH_LDAP_LUD_EXTS, 1, Compile with LDAP lud_exts),
AC_MSG_RESULT("no") AC_MSG_RESULT(no)
AC_MSG_WARN( AC_MSG_WARN(
"" ""
"************************************************************" "************************************************************"
@@ -377,7 +377,7 @@ fi
if test "$enable_ldap" = "yes"; then if test "$enable_ldap" = "yes"; then
AC_DEFINE(WITH_LDAP_SUPPORT, 1, Compile in LDAP support) AC_DEFINE(WITH_LDAP_SUPPORT, 1, Compile in LDAP support)
else else
ldab_libs=""; ldap_libs="";
ldap_includes=""; ldap_includes="";
fi fi