--- gigedit/trunk/configure.ac 2021/11/22 20:06:26 4002 +++ gigedit/trunk/configure.ac 2021/11/24 21:26:39 4003 @@ -5,7 +5,7 @@ m4_define(gigedit_ver_major, 1) m4_define(gigedit_ver_minor, 2) -m4_define(gigedit_ver_release, 0.svn1) +m4_define(gigedit_ver_release, 0.svn2) AC_INIT([gigedit], [gigedit_ver_major.gigedit_ver_minor.gigedit_ver_release]) AC_CONFIG_SRCDIR([configure.ac]) @@ -120,7 +120,7 @@ AC_SUBST(SNDFILE_CFLAGS) AC_SUBST(SNDFILE_LIBS) -# check for (optional) presence of liblinuxsampler +# check for presence of liblinuxsampler liblinuxsampler_version="2.2.0" PKG_CHECK_MODULES( LINUXSAMPLER, linuxsampler >= $liblinuxsampler_version, @@ -130,8 +130,8 @@ if test "$have_linuxsampler" = "0"; then echo "Required liblinuxsampler version not found!" echo "You need to have liblinuxsampler version ${liblinuxsampler_version}" - echo "installed. Support for on-the-fly editing with LinuxSampler will" - echo "be disabled." + echo "installed for this version of gigedit." + exit -1; else echo "Found linuxsampler $liblinuxsampler_version" echo -n "Retrieving LinuxSampler's plugin dir... " @@ -139,8 +139,8 @@ if test "$LINUXSAMPLER_PLUGIN_DIR" = ""; then have_linuxsampler=0 echo "Error" - echo "Could not retrieve LinuxSampler's plugin directory. Support" - echo "for on-the-fly editing with LinuxSampler will be disabled." + echo "Could not retrieve LinuxSampler's plugin directory." + exit -1; else echo "${LINUXSAMPLER_PLUGIN_DIR} " # convert absolute LS plugin dir into relative dir