wmail: don't clobber CFLAGS.
This commit is contained in:
parent
254328761e
commit
1d1c7e63b1
|
@ -53,7 +53,7 @@ dnl Enable Debugging?
|
|||
AC_ARG_ENABLE(debug,
|
||||
[ --enable-debug enable debugging ],, enable_debug=no)
|
||||
if test "$enable_debug" = yes; then
|
||||
CFLAGS="-Wall -g -DDEBUG"
|
||||
CFLAGS="$CFLAGS -Wall -g -DDEBUG"
|
||||
fi
|
||||
|
||||
dnl Use delt's pixmaps instead of the default ones?
|
||||
|
|
Loading…
Reference in a new issue