View | Details | Raw Unified
Collapse All | Expand All

(-) configure.in.orig (-1 / +1 lines)
 Lines 214-220    Link Here 
[  --enable-modplug           enable MOD decoding via modplug [default=yes]],
[  --enable-modplug           enable MOD decoding via modplug [default=yes]],
              , enable_modplug=yes)
              , enable_modplug=yes)
if test x$enable_modplug = xyes; then
if test x$enable_modplug = xyes; then
  AC_CHECK_HEADER(modplug.h, have_modplug_hdr=yes)
  AC_CHECK_HEADER(libmodplug/modplug.h, have_modplug_hdr=yes)
  AC_CHECK_LIB(modplug, ModPlug_Load, have_modplug_lib=yes)
  AC_CHECK_LIB(modplug, ModPlug_Load, have_modplug_lib=yes)
  if test x$have_modplug_hdr = xyes -a x$have_modplug_lib = xyes; then
  if test x$have_modplug_hdr = xyes -a x$have_modplug_lib = xyes; then
    LIBS="$LIBS -lmodplug"
    LIBS="$LIBS -lmodplug"