diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-07-15 17:20:15 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-07-15 17:20:15 +0800 |
commit | 7b3f6d38e5f72d6eb34fc1ffbb4cac979b2ea62e (patch) | |
tree | aa951176e80212ab3f0ae84c5dda9d714678cc16 /configure.ac | |
parent | 04fe59e3d3eb10b0e86073ce8ea25e18362d5b70 (diff) | |
download | gsoc2013-evolution-7b3f6d38e5f72d6eb34fc1ffbb4cac979b2ea62e.tar.gz gsoc2013-evolution-7b3f6d38e5f72d6eb34fc1ffbb4cac979b2ea62e.tar.zst gsoc2013-evolution-7b3f6d38e5f72d6eb34fc1ffbb4cac979b2ea62e.zip |
Update the LD_CFLAGS.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 254ee9f01f..1f9f6585c9 100644 --- a/configure.ac +++ b/configure.ac @@ -558,7 +558,7 @@ esac SAVE_CFLAGS="$CFLAGS" SAVE_LIBS="$LIBS" -LDAP_CFLAGS="-DLDAP_DEPRECATED" +LDAP_CFLAGS="$LDAP_CFLAGS -DLDAP_DEPRECATED" CFLAGS="$CFLAGS $LDAP_CFLAGS" LIBS="$LIBS $LDAP_LIBS" AC_CHECK_FUNCS(ldap_ntlm_bind) |