mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 16:20:05 +02:00
Fix typos per Gale's comments.
This commit is contained in:
parent
c889930a0c
commit
41b175e56b
@ -454,11 +454,10 @@ if ( test "$LIBRESAMPLE_USE_LOCAL" = "yes" || test "$LIBRESAMPLE_USE_SYSTEM" = "
|
|||||||
LIBSAMPLERATE_USE_LOCAL="no"
|
LIBSAMPLERATE_USE_LOCAL="no"
|
||||||
LIBSAMPLERATE_USE_SYSTEM="no"
|
LIBSAMPLERATE_USE_SYSTEM="no"
|
||||||
dnl done - we are using libresample
|
dnl done - we are using libresample
|
||||||
AC_MSG_NOTICE([Libsamplerate not explicity requested, using libresample])
|
AC_MSG_NOTICE([Libsamplerate not explicitly requested, using libresample])
|
||||||
else
|
else
|
||||||
dnl if we get here, then libsample rate has been explicity specified.
|
dnl If we get here, then libsamplerate has been explicity specified.
|
||||||
dnl could that be disabling it? No, because it wouldn't then have been
|
dnl Could that be disabling it? No, because it wouldn't then have been enabled above.
|
||||||
dnl enabled above.
|
|
||||||
LIBRESAMPLE_USE_LOCAL="no"
|
LIBRESAMPLE_USE_LOCAL="no"
|
||||||
LIBRESAMPLE_USE_SYSTEM="no"
|
LIBRESAMPLE_USE_SYSTEM="no"
|
||||||
dnl done - we are using libsamplerate
|
dnl done - we are using libsamplerate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user