# HG changeset patch # User chainsaw # Date 1152301352 25200 # Node ID d2c411305bf8ea0a6ecaa60be520746a5f72d1de # Parent 136be0f878d6f20f7779ed5e6d42bad02689b406 [svn] Modplug conftest fix by Christian "Joker" Birchinger from Gentoo. diff -r 136be0f878d6 -r d2c411305bf8 ChangeLog --- a/ChangeLog Fri Jul 07 08:37:38 2006 -0700 +++ b/ChangeLog Fri Jul 07 12:42:32 2006 -0700 @@ -1,3 +1,12 @@ +2006-07-07 15:37:38 +0000 Yoshiki Yazawa + revision [1662] + - libguess/Makefile is not necessary. + + + Changes: Modified: + +0 -24 trunk/libguess/Makefile + + 2006-07-07 15:33:43 +0000 Yoshiki Yazawa revision [1660] - next/previous button failed to work in some environments. 150ms seems little bit too short. diff -r 136be0f878d6 -r d2c411305bf8 configure.ac --- a/configure.ac Fri Jul 07 08:37:38 2006 -0700 +++ b/configure.ac Fri Jul 07 12:42:32 2006 -0700 @@ -401,7 +401,7 @@ ) if test "$enable_modplug" = "yes"; then - AC_CHECK_LIB([modplug],[XMLinearTable],[have_modplug=yes],[have_modplug=no]) + AC_CHECK_LIB([modplug],[XMLinearTable],[have_modplug=yes],[have_modplug=no],[-lstdc++]) else AC_MSG_RESULT([*** ModPlug plugin disabled per user request ***]) have_modplug="no"