aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ce631f993d..d0c4485351 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-09-16 JP Rosevear <jpr@novell.com>
+ * configure.in: use AC_DEFINE properly
+
+2004-09-16 JP Rosevear <jpr@novell.com>
+
* configure.in: bump EDS and gal requirements
2004-09-16 JP Rosevear <jpr@novell.com>
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