aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-11-23 18:16:00 +0000
committerThomas White <taw27@cam.ac.uk>2008-11-23 18:16:00 +0000
commita2687f9d6b0ed5b962f471598c8361c19d773679 (patch)
tree8ffea27447d440598f8394e6eb5416108140bea0 /configure.ac
parentec010b19cac1d5aea5393a687a91431f2e541101 (diff)
Initial cleanup - remove "physics"
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)