1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +02:00

Fix typos per Gale's comments.

This commit is contained in:
v.audacity 2012-11-05 06:06:58 +00:00
parent c889930a0c
commit 41b175e56b

View File

@ -454,11 +454,10 @@ if ( test "$LIBRESAMPLE_USE_LOCAL" = "yes" || test "$LIBRESAMPLE_USE_SYSTEM" = "
LIBSAMPLERATE_USE_LOCAL="no"
LIBSAMPLERATE_USE_SYSTEM="no"
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
dnl if we get here, then libsample rate has been explicity specified.
dnl could that be disabling it? No, because it wouldn't then have been
dnl enabled above.
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 enabled above.
LIBRESAMPLE_USE_LOCAL="no"
LIBRESAMPLE_USE_SYSTEM="no"
dnl done - we are using libsamplerate