diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-11 12:19:03 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-11 12:19:03 +0800 |
commit | 595ac862067f1c992cfb1006f9c4030f5a585bec (patch) | |
tree | 7491cdc05a78791e6e77288c83b4aa700e33fb07 /configure.in | |
parent | 154a20812708c555a52955226c3e6660e64b7824 (diff) | |
download | gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar.gz gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar.bz2 gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar.lz gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar.xz gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.tar.zst gsoc2013-evolution-595ac862067f1c992cfb1006f9c4030f5a585bec.zip |
misc autoconf/automake fixes.
svn path=/trunk/; revision=1729
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3606f7c29a..8bf40abee4 100644 --- a/configure.in +++ b/configure.in @@ -117,7 +117,7 @@ else fi if $have_pthread; then - THREADS_LIBS="$(PTHREAD_LIB) `glib-config --libs gthread`" + THREADS_LIBS="$PTHREAD_LIB `glib-config --libs gthread`" THREADS_CFLAGS="`glib-config --cflags gthread`" else THREADS_LIBS="" |