diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-05 04:33:19 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-05 04:33:19 +0800 |
commit | d369f4d903fcb03591dd68a644a0f707139c26c4 (patch) | |
tree | 2ca172609e4f3d0fc6dfbeb6ab18b6cd32b9ac9e /acinclude.m4 | |
parent | e523bfb30046638ef6414ac5940d537ed0de8d6c (diff) | |
download | gsoc2013-evolution-d369f4d903fcb03591dd68a644a0f707139c26c4.tar.gz gsoc2013-evolution-d369f4d903fcb03591dd68a644a0f707139c26c4.tar.zst gsoc2013-evolution-d369f4d903fcb03591dd68a644a0f707139c26c4.zip |
bleah, add "" in for the "no" case in with_static_ldap.
2003-04-04 Chris Toshok <toshok@ximian.com>
* acinclude.m4 (EVO_LDAP_CHECK): bleah, add "" in for the "no"
case in with_static_ldap.
svn path=/trunk/; revision=20674
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index b9b3f8f5a7..63008b790d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -106,7 +106,7 @@ AC_DEFUN(EVO_LDAP_CHECK, [ AC_DEFINE(HAVE_LDAP,1,[Define if you have LDAP support]) case $with_static_ldap in - no) + no|"") with_static_ldap=no ;; *) |