Fix compilation on Slackware

This commit is contained in:
Alexander Kojevnikov 2010-08-05 09:42:11 +10:00
parent b75776bc7c
commit b78f863497

View File

@ -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`