--- gigedit/trunk/configure.ac 2009/07/31 10:38:58 1961 +++ gigedit/trunk/configure.ac 2010/11/21 12:38:41 2151 @@ -65,7 +65,7 @@ esac AM_CONDITIONAL(WINDOWS, test "$windows" = "yes") -PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 >= 2.4.10 gthread-2.0) +PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 >= 2.8 gthread-2.0 cairomm-1.0) PKG_CHECK_MODULES(GIG, gig >= 3.3.0) # check for presence of libsndfile @@ -98,7 +98,7 @@ else echo "Found linuxsampler $liblinuxsampler_version" echo -n "Retrieving LinuxSampler's plugin dir... " - LINUXSAMPLER_PLUGIN_DIR=`pkg-config --variable plugindir linuxsampler` + LINUXSAMPLER_PLUGIN_DIR=`$PKG_CONFIG --variable plugindir linuxsampler` if test "$LINUXSAMPLER_PLUGIN_DIR" = ""; then have_linuxsampler=0 echo "Error"