diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-15 20:43:20 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-15 20:43:20 +0800 |
commit | 200f6ec5e4d4aa45589a381acd42651fd54cecc3 (patch) | |
tree | d468aee92819507d8f8cea1a664012cdee0d24ee /configure.ac | |
parent | 4b4fce32b7005d14d601ea2c600d8a3ae095a1fc (diff) | |
download | gsoc2013-evolution-200f6ec5e4d4aa45589a381acd42651fd54cecc3.tar.gz gsoc2013-evolution-200f6ec5e4d4aa45589a381acd42651fd54cecc3.tar.zst gsoc2013-evolution-200f6ec5e4d4aa45589a381acd42651fd54cecc3.zip |
Bug #608766 - Replace pthread with GLib's GThread
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7ce0f2bb74..da093d76d6 100644 --- a/configure.ac +++ b/configure.ac @@ -899,10 +899,10 @@ if test "x${enable_nss}" = "xyes" || test "x${enable_nss}" = "xstatic"; then [Please specify the path to libnspr4.a] [Example: --with-nspr-libs=/usr/lib]) else - nsprlibs="$DL_LIB $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB" + nsprlibs="$DL_LIB $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a" fi else - nsprlibs="$DL_LIB -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB" + nsprlibs="$DL_LIB -lplc4 -lplds4 -lnspr4" fi AC_CACHE_CHECK([for Mozilla nspr libraries], [ac_cv_moz_nspr_libs], |