From ae7375aa9ace7468fd95758507fbc90db50bc33c Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 16 Sep 2004 22:44:22 +0000 Subject: use AC_DEFINE properly 2004-09-16 JP Rosevear * configure.in: use AC_DEFINE properly svn path=/trunk/; revision=27284 --- ChangeLog | 4 ++++ configure.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce631f993d..d0c4485351 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-16 JP Rosevear + + * configure.in: use AC_DEFINE properly + 2004-09-16 JP Rosevear * configure.in: bump EDS and gal requirements 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 -- cgit v1.2.3