summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-07-15 08:07:30 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-07-15 08:07:30 +0000
commit775c86a08f68adb9648ec40a46ee488a6f74eb15 (patch)
treef6de7a67b40b99dc92c2ff1d8943af6fd9f0022d /configure.in
parent4885456115e7896bf7ef1c4c46e08caa90667aa3 (diff)
downloadnavit-svn-775c86a08f68adb9648ec40a46ee488a6f74eb15.tar.gz
Fix:Core:Add pthread libs where required
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3500 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e469df3f..ad7684e7 100644
--- a/configure.in
+++ b/configure.in
@@ -283,6 +283,9 @@ if test "x${glib}" = "xyes"; then
else
GLIB_CFLAGS="-I\$(top_srcdir)/navit/support -I\$(top_srcdir)/navit/support/glib -I\$(top_srcdir)/navit/support/ezxml"
GLIB_LIBS="-L\$(top_builddir)/navit/support/glib -lsupport_glib -L\$(top_builddir)/navit/support/ezxml -lsupport_ezxml"
+ if test "x${win32}" != "xyes"; then
+ GLIB_LIBS="$GLIB_LIBS -lpthread"
+ fi
fi
# gmodule