summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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