1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Fix for bug 955 from Clayton Otey

This commit is contained in:
Steve Daulton
2016-01-26 18:19:19 +00:00
parent f7fba31319
commit 954bb0fd1c
8 changed files with 146 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ AC_DEFUN([AUDACITY_CHECKLIB_LIBSBSMS], [
dnl see if sbsms is installed on the system
PKG_CHECK_MODULES(SBSMS, sbsms >= 1.6.0,
PKG_CHECK_MODULES(SBSMS, sbsms >= 2.2.0,
LIBSBSMS_SYSTEM_AVAILABLE="yes",
LIBSBSMS_SYSTEM_AVAILABLE="no")