X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=configure.in;h=b2e409a0cb5c365bb326cc5d7844fe9b397e82cc;hb=baf1c7616dd0a5fa1bafde2045ac2af22d95122a;hp=7d79dabc04b0d79062386ee2e24528d5f83b7b12;hpb=2d06c6a4e54434ec600aec1e3cc3216ab629d286;p=pkg%2Fabook.git diff --git a/configure.in b/configure.in index 7d79dab..b2e409a 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl abook configure.in AC_INIT(abook.c) -AM_INIT_AUTOMAKE(abook, 0.5.4rc1) +AM_INIT_AUTOMAKE(abook, 0.5.4rc3) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -108,7 +108,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug Enable debugging support ], [cas esac], [debug=false]) if test x$debug = xtrue; then - CPPFLAGS="-DDEBUG $CPPFLAGS" + CPPFLAGS="-DDEBUG=1 $CPPFLAGS" CFLAGS="-g $CFLAGS" fi