From a7579906f68a94306bfff0a7e6b42d9cb773633f Mon Sep 17 00:00:00 2001 From: reenoo Date: Mon, 5 Jan 2004 01:53:14 +0000 Subject: [PATCH] fixed some typos --- configure.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index e265d90..8786951 100644 --- a/configure.in +++ b/configure.in @@ -218,14 +218,14 @@ AC_ARG_ENABLE( [ --enable-ldap compile with LDAP support. ], [ if test "$enable_ldap" = "yes"; then - AC_MSG_RESULT("yes") + AC_MSG_RESULT(yes) else - AC_MSG_RESULT("no") + AC_MSG_RESULT(no) fi ], [ enable_ldap="no"; - AC_MSG_RESULT("no") + AC_MSG_RESULT(no) ] ) @@ -311,9 +311,9 @@ if test "$enable_ldap" = "yes"; then #include ], [LDAPURLDesc ludp; 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_MSG_RESULT("no") + AC_MSG_RESULT(no) AC_MSG_WARN( "" "************************************************************" @@ -377,7 +377,7 @@ fi if test "$enable_ldap" = "yes"; then AC_DEFINE(WITH_LDAP_SUPPORT, 1, Compile in LDAP support) else - ldab_libs=""; + ldap_libs=""; ldap_includes=""; fi