From 11dae94c0f6302ff04a6219ffbc666323323524f Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Mon, 23 Apr 2001 15:58:54 +0000 Subject: [PATCH] Fixed a bug caused by improper cut 'n' paste --- configure.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 41a132d..a67423c 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 0.4.13-dev) +AM_INIT_AUTOMAKE(abook, 0.4.13-cvs) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -71,10 +71,6 @@ if test x$nonascii = xfalse; then AC_DEFINE(USE_ASCII_ONLY) fi -if test x$debug = xtrue; then - CPPFLAGS="-DDEBUG $CPPFLAGS" - CFLAGS="-g $CFLAGS" -fi if test x$GCC = xyes; then CFLAGS="-Wall $CFLAGS" fi -- 2.39.2