X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure.in;h=43a8e10ab4a6656f38e840d5f24097d8e8ebe86c;hp=6593f59d3054ef8b96ccfe20c077356b751b5d7e;hb=b6d0d9ad9e372e856f01a4c283cf784a15993903;hpb=3e800f58ddf476b6f98de80c486e6adae38ec030 diff --git a/configure.in b/configure.in index 6593f59d..43a8e10a 100644 --- a/configure.in +++ b/configure.in @@ -28,14 +28,14 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: configure.in,v 1.549 2012/04/01 00:09:52 tom Exp $ +dnl $Id: configure.in,v 1.550 2012/05/05 20:54:32 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl See http://invisible-island.net/autoconf/ for additional information. dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.13.20020210) -AC_REVISION($Revision: 1.549 $) +AC_REVISION($Revision: 1.550 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -1262,7 +1262,6 @@ if test -n "$GCC" then if test "$with_assertions" = no then - AC_DEFINE(NDEBUG) CPPFLAGS="$CPPFLAGS -DNDEBUG" else CF_ADD_ADAFLAGS(-gnata)