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
commit0cdc1b96b7c46fdf409b7e2ad9b4750e27c5bd27 (patch)
treef6de7a67b40b99dc92c2ff1d8943af6fd9f0022d /configure.in
parentdb2385d36a630020404c08748b8cfdc28e1b752d (diff)
downloadnavit-0cdc1b96b7c46fdf409b7e2ad9b4750e27c5bd27.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 e469df3fd..ad7684e7c 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