[maemo-commits] [maemo-commits] r12518 - projects/haf/trunk/hildon-1

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jun 27 18:25:53 EEST 2007
Author: mdk
Date: 2007-06-27 18:25:43 +0300 (Wed, 27 Jun 2007)
New Revision: 12518

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/configure.ac
Log:
Removing some remaining of --enable-xan.


Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-06-27 14:51:28 UTC (rev 12517)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-06-27 15:25:43 UTC (rev 12518)
@@ -1,3 +1,7 @@
+2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* configure.ac: Removing some remaining of --enable-xan.
+
 2007-06-26  Xan Lopez  <xan.lopez at nokia.com>
 
 	* src/hildon-date-editor.c: (hildon_date_editor_keypress):

Modified: projects/haf/trunk/hildon-1/configure.ac
===================================================================
--- projects/haf/trunk/hildon-1/configure.ac	2007-06-27 14:51:28 UTC (rev 12517)
+++ projects/haf/trunk/hildon-1/configure.ac	2007-06-27 15:25:43 UTC (rev 12518)
@@ -146,19 +146,19 @@
      [BUILD_WITH_FATAL=no])
 
 # just print out our status
-if test x$BUILD_WITH_XAN = xyes; then
+if test x$BUILD_WITH_FATAL = xyes; then
     AC_MSG_NOTICE(Will build with fatal warnings)
-    XAN_CFLAGS="-Werror"
+    FATAL_CFLAGS="-Werror"
 else
     AC_MSG_NOTICE(Will build with non-fatal warnings)
-    XAN_CFLAGS=""
+    FATAL_CFLAGS=""
 fi
 
 # Check support (c unit test)
 PKG_CHECK_MODULES(CHECK, check , [BUILD_TESTS="yes"], [BUILD_TESTS="no"])
 AM_CONDITIONAL(BUILD_TESTS, test "x$BUILD_TESTS" = "xyes")
 
-CFLAGS="$CFLAGS ${ASSERT_CFLAGS} -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-format ${XAN_FLAGS}"
+CFLAGS="$CFLAGS ${ASSERT_CFLAGS} -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-format ${FATAL_FLAGS}"
 # -Wno-format due to way translation string are done
 
 ### enable MAEMO platform extensions


More information about the maemo-commits mailing list