--- gigedit/trunk/configure.ac 2010/09/22 20:19:08 2128 +++ gigedit/trunk/configure.ac 2010/09/25 13:57:22 2129 @@ -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"