diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-12-24 09:11:44 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-12-24 09:11:44 +0800 |
commit | a09b678766bc3dc2392fad6e62e68979faed19b4 (patch) | |
tree | 9a93af62d25d566294957451ab0a284b22456e5c | |
parent | fba04bdda76968d230a37b0925fa0d176c755b60 (diff) | |
download | gsoc2013-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-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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 |