comparison 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
comparison
equal deleted inserted replaced
135:33d24bd94ccc 136:6b5a52635b3b
489 [enable_modplug=$enableval], 489 [enable_modplug=$enableval],
490 [enable_modplug="yes"] 490 [enable_modplug="yes"]
491 ) 491 )
492 492
493 if test "$enable_modplug" = "yes"; then 493 if test "$enable_modplug" = "yes"; then
494 AC_CHECK_LIB([modplug],[XMLinearTable],[have_modplug=yes],[have_modplug=no],[-lstdc++]) 494 INPUT_PLUGINS="$INPUT_PLUGINS modplug"
495 have_modplug="yes"
495 else 496 else
496 AC_MSG_RESULT([*** ModPlug plugin disabled per user request ***]) 497 AC_MSG_RESULT([*** ModPlug plugin disabled per user request ***])
497 have_modplug="no" 498 have_modplug="no"
498 fi
499
500 if test "$have_modplug" = "yes"; then
501 INPUT_PLUGINS="$INPUT_PLUGINS modplug"
502 fi 499 fi
503 500
504 dnl *** flac 501 dnl *** flac
505 AC_ARG_ENABLE( flac, 502 AC_ARG_ENABLE( flac,
506 [ --disable-flac disable flac input plugin (default=enabled)],, 503 [ --disable-flac disable flac input plugin (default=enabled)],,