changeset 1375:d2c411305bf8 trunk

[svn] Modplug conftest fix by Christian "Joker" Birchinger from Gentoo.
author chainsaw
date Fri, 07 Jul 2006 12:42:32 -0700
parents 136be0f878d6
children c71e2ef2dcf4
files ChangeLog configure.ac
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <yaz@cc.rim.or.jp>
+  revision [1662]
+  - libguess/Makefile is not necessary.
+  
+
+  Changes:        Modified:
+  +0 -24          trunk/libguess/Makefile  
+
+
 2006-07-07 15:33:43 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [1660]
   - next/previous button failed to work in some environments. 150ms seems little bit too short.
--- 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"