aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a32c9c1..67820d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ else
fi
CFLAGS="$CFLAGS $GTK_CFLAGS $LIBSDL_CFLAGS"
-LIBS="$LIBS $GTK_LIBS $LIBSDL_LIBS"
+LIBS="$LIBS $GTK_LIBS $LIBSDL_LIBS -lgthread-2.0"
AC_OUTPUT(Makefile src/Makefile data/Makefile)