mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-26 07:53:42 +02:00
Fixes from Benjamin that correct several "configure" problems under Ubuntu Natty and Debian Unstable
Also fixes test in maketarball.sh that determines whether a reconfig is needed.
This commit is contained in:
@@ -31,6 +31,11 @@ AC_DEFUN([AUDACITY_CHECKLIB_LIBSOUNDTOUCH], [
|
||||
soundtouch_available_system="yes",
|
||||
soundtouch_available_system="no")
|
||||
fi
|
||||
if test "x$soundtouch_available_system" = "xno" ; then
|
||||
PKG_CHECK_MODULES(SOUNDTOUCH, soundtouch >= 1.3.0,
|
||||
soundtouch_available_system="yes",
|
||||
soundtouch_available_system="no")
|
||||
fi
|
||||
|
||||
if test "x$soundtouch_available_system" = "xyes" ; then
|
||||
LIBSOUNDTOUCH_SYSTEM_AVAILABLE="yes"
|
||||
|
||||
Reference in New Issue
Block a user