commit b78f86349778ccfdc7f7ffd3b0ff41b947583166
parent b75776bc7cbd6603d90d3607d7d95461b9024cc8
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Thu, 5 Aug 2010 09:42:11 +1000
Fix compilation on Slackware
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -33,6 +33,7 @@ SPEK_PACKAGES="--pkg gtk+-2.0 --pkg gio-2.0"
AC_SUBST(SPEK_PACKAGES)
AC_CHECK_LIB(m, log10)
+AC_CHECK_LIB(gthread-2.0, g_thread_init)
# Check for GDK Quartz and MacOSX integration package
_gdk_tgt=`$PKG_CONFIG --variable=target gdk-2.0`