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 --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.in') 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