mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 17:39:25 +02:00
Fix check for expat (stupid me).
This commit is contained in:
parent
6d2cef480f
commit
0e38b3c395
2
configure
vendored
2
configure
vendored
@ -8676,7 +8676,7 @@ done
|
|||||||
# * we need to have portaudio way or another
|
# * we need to have portaudio way or another
|
||||||
# * we can only use one of libsoxr, libsamplerate and libresample
|
# * 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
|
||||||
as_fn_error $? "Audacity requires expat to be enabled." "$LINENO" 5
|
as_fn_error $? "Audacity requires expat to be enabled." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -411,7 +411,7 @@ done
|
|||||||
# * we need to have portaudio way or another
|
# * we need to have portaudio way or another
|
||||||
# * we can only use one of libsoxr, libsamplerate and libresample
|
# * 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.])
|
AC_MSG_ERROR([Audacity requires expat to be enabled.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user