diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-05 04:57:25 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-05 04:57:25 +0800 |
commit | 75402d39ad33c157981ed8b1618178fc3ec29a9f (patch) | |
tree | f4e713fa4b85b970a416ea5bf97c2a8de7ce47da /acinclude.m4 | |
parent | f532dd55d2441cc3fc3d297812676f7aa382ecdc (diff) | |
download | gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.tar.gz gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.tar.zst gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.zip |
Update AC_DEFINEs to use the new syntax to make acconfig.h unnecessary.
* configure.in: Update AC_DEFINEs to use the new syntax to make
acconfig.h unnecessary. (Remove unneeded HAVE_KDE_APPLNK define).
Call GNOME_COMPILE_WARNINGS and add $WARN_CFLAGS to CFLAGS to get
back to the evo 1.2 behavior of defaulting to -Wall everywhere.
Fix up privlibdir definition to avoid undefined variables in
evolution-shell.pc.
* acinclude.m4: Update AC_DEFINE
* acconfig.h: Gone
svn path=/trunk/; revision=19742
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 b6bd8e473a..b5cdbbdddd 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -103,7 +103,7 @@ AC_DEFUN(EVO_LDAP_CHECK, [ esac if test "$with_openldap" != no; then - AC_DEFINE(HAVE_LDAP) + AC_DEFINE(HAVE_LDAP,1,[Define if you have LDAP support]) case $with_static_ldap in no|"") |