diff configure.ac @ 136:6b5a52635b3b trunk

[svn] - like with so many other things, modplug is now maintained by us.
author nenolod
date Sun, 29 Oct 2006 01:04:52 -0700
parents 33d24bd94ccc
children 46d603abb737
line wrap: on
line diff
--- a/configure.ac	Sat Oct 28 18:08:06 2006 -0700
+++ b/configure.ac	Sun Oct 29 01:04:52 2006 -0700
@@ -491,16 +491,13 @@
 )
 
 if test "$enable_modplug" = "yes"; then
-    AC_CHECK_LIB([modplug],[XMLinearTable],[have_modplug=yes],[have_modplug=no],[-lstdc++])
+    INPUT_PLUGINS="$INPUT_PLUGINS modplug"
+    have_modplug="yes"
 else
     AC_MSG_RESULT([*** ModPlug plugin disabled per user request ***])
     have_modplug="no"
 fi
 
-if test "$have_modplug" = "yes"; then
-	INPUT_PLUGINS="$INPUT_PLUGINS modplug"
-fi
-
 dnl *** flac
 AC_ARG_ENABLE( flac,
 [  --disable-flac          disable flac input plugin (default=enabled)],,