From 41b175e56b6a63deb89eed7256c873252516b7ce Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Mon, 5 Nov 2012 06:06:58 +0000 Subject: [PATCH] Fix typos per Gale's comments. --- configure.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index d408d74df..3c1e5d8e5 100644 --- a/configure.in +++ b/configure.in @@ -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