1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 15:45:54 +01:00

Fix check for expat (stupid me).

This commit is contained in:
benjamin.drung@gmail.com
2013-11-15 23:38:43 +00:00
parent 6d2cef480f
commit 0e38b3c395
2 changed files with 2 additions and 2 deletions

View File

@@ -411,7 +411,7 @@ done
# * we need to have portaudio way or another
# * we can only use one of libsoxr, libsamplerate and libresample
if test "$LIBEXPAT_USE_LOCAL" != "yes" -a "$LIBEXPAT_USE_SYSTEM" != "yes"; then
if test "$EXPAT_USE_LOCAL" != "yes" -a "$EXPAT_USE_SYSTEM" != "yes"; then
AC_MSG_ERROR([Audacity requires expat to be enabled.])
fi