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