From: Jaakko Heinonen Date: Mon, 23 Apr 2001 15:58:54 +0000 (+0000) Subject: Fixed a bug caused by improper cut 'n' paste X-Git-Tag: upstream/0.6.1~2^2~385 X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=commitdiff_plain;h=11dae94c0f6302ff04a6219ffbc666323323524f Fixed a bug caused by improper cut 'n' paste --- 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