aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-09-17 06:44:22 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-09-17 06:44:22 +0800
commitae7375aa9ace7468fd95758507fbc90db50bc33c (patch)
tree90dbfa0ca479922545d1b06851427a886449a4fc /configure.in
parent1be35325c9ffebfbf5f872b4c889b3513f072179 (diff)
downloadgsoc2013-evolution-ae7375aa9ace7468fd95758507fbc90db50bc33c.tar
gsoc2013-evolution-ae7375aa9ace7468fd95758507fbc90db50bc33c.tar.gz
gsoc2013-evolution-ae7375aa9ace7468fd95758507fbc90db50bc33c.tar.bz2
gsoc2013-evolution-ae7375aa9ace7468fd95758507fbc90db50bc33c.tar.lz
gsoc2013-evolution-ae7375aa9ace7468fd95758507fbc90db50bc33c.tar.xz
gsoc2013-evolution-ae7375aa9ace7468fd95758507fbc90db50bc33c.tar.zst
gsoc2013-evolution-ae7375aa9ace7468fd95758507fbc90db50bc33c.zip
use AC_DEFINE properly
2004-09-16 JP Rosevear <jpr@novell.com> * configure.in: use AC_DEFINE properly svn path=/trunk/; revision=27284
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index aa7e826c72..5fcc235292 100644
--- a/configure.in
+++ b/configure.in
@@ -45,9 +45,8 @@ dnl The controls whether things like the development warning in shell/main.c are
dnl
dnl This should be set to 0 for stable releases and 1 for unstable releases
dnl *************************************************************************************************
-DEVELOPMENT=1
AC_SUBST(UPGRADE_REVISION)
-AC_DEFINE(DEVELOPMENT, [If we are in development mode or not])
+AC_DEFINE(DEVELOPMENT, 1, [If we are in development mode or not])
AC_ISC_POSIX
AC_PROG_CC