aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-12-24 09:11:44 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-12-24 09:11:44 +0800
commita09b678766bc3dc2392fad6e62e68979faed19b4 (patch)
tree9a93af62d25d566294957451ab0a284b22456e5c
parentfba04bdda76968d230a37b0925fa0d176c755b60 (diff)
downloadgsoc2013-evolution-a09b678766bc3dc2392fad6e62e68979faed19b4.tar
gsoc2013-evolution-a09b678766bc3dc2392fad6e62e68979faed19b4.tar.gz
gsoc2013-evolution-a09b678766bc3dc2392fad6e62e68979faed19b4.tar.bz2
gsoc2013-evolution-a09b678766bc3dc2392fad6e62e68979faed19b4.tar.lz
gsoc2013-evolution-a09b678766bc3dc2392fad6e62e68979faed19b4.tar.xz
gsoc2013-evolution-a09b678766bc3dc2392fad6e62e68979faed19b4.tar.zst
gsoc2013-evolution-a09b678766bc3dc2392fad6e62e68979faed19b4.zip
If we find threads ok, then always turn on ENABLE_THREADS.
2000-12-24 Not Zed <NotZed@HelixCode.com> * configure.in: If we find threads ok, then always turn on ENABLE_THREADS. svn path=/trunk/; revision=7154
-rw-r--r--ChangeLog5
-rw-r--r--configure.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0b6e45387..9e527fc621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-24 Not Zed <NotZed@HelixCode.com>
+
+ * configure.in: If we find threads ok, then always turn on
+ ENABLE_THREADS.
+
2000-12-14 Christopher James Lahey <clahey@helixcode.com>
* NEWS (Addressbook): Added a bit of addressbook NEWS.
diff --git a/configure.in b/configure.in
index 74efbf168c..eb84acba0a 100644
--- a/configure.in
+++ b/configure.in
@@ -185,6 +185,7 @@ THREADS_CFLAGS="`glib-config --cflags gthread`"
AC_SUBST(THREADS_LIBS)
AC_SUBST(THREADS_CFLAGS)
+AC_DEFINE(ENABLE_THREADS)
dnl **************************************************
dnl * File locking