diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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 |