r4173 - trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2

graeme at sita.openmoko.org graeme at sita.openmoko.org
Wed Mar 5 21:26:57 CET 2008


Author: graeme
Date: 2008-03-05 21:26:56 +0100 (Wed, 05 Mar 2008)
New Revision: 4173

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/configure.ac
Log:
Add an AC_LANG_CPLUSPLUS as we link with C++ libraries and therefore need
to use g++ as a linker



Modified: trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/configure.ac
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/configure.ac	2008-03-05 11:49:05 UTC (rev 4172)
+++ trunk/src/target/OM-2007.2/applications/openmoko-mediaplayer2/configure.ac	2008-03-05 20:26:56 UTC (rev 4173)
@@ -11,6 +11,7 @@
 AC_STDC_HEADERS
 AC_PROG_LIBTOOL
 AC_PROG_INTLTOOL([0.35.0])
+AC_LANG_CPLUSPLUS
 
 dnl i18n support
 GETTEXT_PACKAGE=AC_PACKAGE_NAME





More information about the commitlog mailing list