comparison configure @ 254:4c0f54d51591 noffle

[svn] * configure,configure.in: Add -DDEBUG to build lines when configured with enable-debug.
author bears
date Wed, 26 Jun 2002 14:14:56 +0100
parents 6f3a55d18659
children ebd9c98bbc7f
comparison
equal deleted inserted replaced
253:b67a1eaab41a 254:4c0f54d51591
533 533
534 534
535 535
536 536
537 PACKAGE=noffle 537 PACKAGE=noffle
538 VERSION=1.1.1 538 VERSION=1.1.2
539 539
540 540
541 541
542 542
543 ac_aux_dir= 543 ac_aux_dir=
2538 CFLAGS="$CFLAGS \ 2538 CFLAGS="$CFLAGS \
2539 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow -Wpointer-arith \ 2539 -Wall -O2 -g -pedantic -ansi -W -Wtraditional -Wshadow -Wpointer-arith \
2540 -Wcast-align -Wwrite-strings \ 2540 -Wcast-align -Wwrite-strings \
2541 -Wstrict-prototypes -Wmissing-prototypes \ 2541 -Wstrict-prototypes -Wmissing-prototypes \
2542 -Wmissing-declarations -Wnested-externs -Winline \ 2542 -Wmissing-declarations -Wnested-externs -Winline \
2543 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX" 2543 -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG"
2544 else 2544 else
2545 CFLAGS="$CFLAGS -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX" 2545 CFLAGS="$CFLAGS -D__USE_BSD -D__USE_XOPEN_EXTENDED -D__USE_POSIX -DDEBUG"
2546 fi 2546 fi
2547 2547
2548 2548
2549 # [ This is adapted from mutt. ] 2549 # [ This is adapted from mutt. ]
2550 # Check whether --with-docdir or --without-docdir was given. 2550 # Check whether --with-docdir or --without-docdir was given.