From: Rémi Denis-Courmont Date: Sat, 14 Apr 2007 15:19:27 +0000 (+0000) Subject: Fix typo X-Git-Tag: 0.9.0-test0~7751 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=58663ffb0079d1882bcb0681a38537110a6466c8;hp=2eeecb47c846664e466677e9a592091e841290e4 Fix typo --- diff --git a/configure.ac b/configure.ac index 8fdc5c97f2..723762daad 100644 --- a/configure.ac +++ b/configure.ac @@ -3238,7 +3238,7 @@ dnl dnl DTS Coherent Acoustics decoder plugin dnl AS_IF([test "x${enable_dts}" != "x"], [ - AC_MSG_ERROR([--enable-dts is not obsolete. Please use libdca and --enable-dca.]) + AC_MSG_ERROR([--enable-dts is obsolete. Please use libdca and --enable-dca.]) ]) AS_IF([test "x${with_dts_tree}" != "x"], [ AC_MSG_ERROR([--with-dts-tree is obsolete. Please use libdca and --with-dca-tree.])