diff configure.ac @ 1082:b2f24bd2b7db trunk

[svn] Fixed a typo in the cdaudio-ng portion of configure.ac as discovered by Crazy_Hopper.
author deitarion
date Thu, 24 May 2007 20:06:47 -0700
parents 1d65dcdb714c
children 325c52b01e56
line wrap: on
line diff
--- a/configure.ac	Thu May 24 16:34:36 2007 -0700
+++ b/configure.ac	Thu May 24 20:06:47 2007 -0700
@@ -1063,7 +1063,7 @@
 
 if test "$enable_cdaudio_ng" = "yes"; then
    PKG_CHECK_MODULES(CDIO, [libcdio >= 0.78.2],
-   [INPUT_PLUGINS="$INPUT_PLUGINS cdaudnio-ng"
+   [INPUT_PLUGINS="$INPUT_PLUGINS cdaudio-ng"
    CDIO_LIBS=`pkg-config --libs libcdio`
    CDIO_CFLAGS=`pkg-config --cflags libcdio`
    AC_SUBST(CDIO_LIBS)