]> git.sesse.net Git - vlc/commitdiff
* configure.ac: fixed typo.
authorGildas Bazin <gbazin@videolan.org>
Wed, 16 Feb 2005 00:48:12 +0000 (00:48 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 16 Feb 2005 00:48:12 +0000 (00:48 +0000)
configure.ac

index d866b2b24b3da7d6dba42e8fced785e5c3957e4a..ec8b447cd9ad07f96ae9ea2aca882f8151b09bb3 100644 (file)
@@ -3292,7 +3292,7 @@ if test "${enable_waveout}" != "no"; then
     VLC_ADD_PLUGINS([waveout])
     VLC_ADD_LDFLAGS([waveout],[-lwinmm])
   fi
-  if "${SYS}" = "mingwce"; then
+  if test "${SYS}" = "mingwce"; then
     VLC_ADD_PLUGINS([waveout])
   fi
 fi