r632 - trunk/src/target/OM-2007/applications/openmoko-footer

tongsong_li at sita.openmoko.org tongsong_li at sita.openmoko.org
Mon Jan 29 03:46:16 CET 2007


Author: tongsong_li
Date: 2007-01-29 03:46:12 +0100 (Mon, 29 Jan 2007)
New Revision: 632

Modified:
   trunk/src/target/OM-2007/applications/openmoko-footer/configure.ac
Log:
update configure.ac, by Sun Zhiyong

Modified: trunk/src/target/OM-2007/applications/openmoko-footer/configure.ac
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-footer/configure.ac	2007-01-28 22:22:34 UTC (rev 631)
+++ trunk/src/target/OM-2007/applications/openmoko-footer/configure.ac	2007-01-29 02:46:12 UTC (rev 632)
@@ -14,9 +14,9 @@
 PKG_CHECK_MODULES(OPENMOKO, openmoko-libs >= 0.0.1,,
                  AC_MSG_ERROR([*** Required OpenMoko Libraries >= 0.0.1 not installed ***]))
 PKG_CHECK_MODULES(DBUSGLIB, dbus-glib-1,,
-			exit)
+                 AC_MSG_ERROR([*** Required dbus-glib-1 not installed ***]))
 PKG_CHECK_MODULES(DBUS, dbus-1,,
-			exit)			
+                 AC_MSG_ERROR([*** Required dbus-1 not installed ***]))
 LIBS="$LIBS $GTK_LIBS $DBUSGLIB_LIBS $DBUS" 
 CFLAGS="$CFLAGS $OPENMOKO_CFLAGS $DBUSGLIB_CFLAGS $DBUS_DFALGS"
 





More information about the commitlog mailing list