ORBit2 r2102 - trunk
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: ORBit2 r2102 - trunk
- Date: Fri, 17 Oct 2008 19:59:31 +0000 (UTC)
Author: cosimoc
Date: Fri Oct 17 19:59:31 2008
New Revision: 2102
URL: http://svn.gnome.org/viewvc/ORBit2?rev=2102&view=rev
Log:
2008-10-17 Cosimo Cecchi <cosimoc gnome org>
* configure.in:
Enforce deprecated CFLAGS only under maintainer mode.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Oct 17 19:59:31 2008
@@ -242,10 +242,11 @@
AC_SUBST(pkglibdir)
-DISABLE_DEPRECATED_CFLAGS=" \
- -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES"
-AC_SUBST(DISABLE_DEPRECATED_CFLAGS)
-
+if test "$enable_maintainer_mode" = "yes"; then
+ DISABLE_DEPRECATED_CFLAGS=" \
+ -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES"
+ AC_SUBST(DISABLE_DEPRECATED_CFLAGS)
+fi
dnl
dnl --------- start linc bits ---------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]