diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-08-06 18:12:26 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-08-06 18:12:26 +0000 |
commit | 2b4f8d38c62ec5408b2da747b871b9ade24e426f (patch) | |
tree | cd26a3ebd72e3a32a4e60ed95e9ad081dab6847d /configure.in | |
parent | 8f09063f3b8462405d005f27addd325feb977325 (diff) | |
download | libxslt-2b4f8d38c62ec5408b2da747b871b9ade24e426f.tar.gz libxslt-2b4f8d38c62ec5408b2da747b871b9ade24e426f.tar.bz2 libxslt-2b4f8d38c62ec5408b2da747b871b9ade24e426f.zip |
added date:sum routine supplied by Joel Reed
* libexslt/date.c: added date:sum routine supplied by Joel
Reed
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 965be7a2..64f002cd 100644 --- a/configure.in +++ b/configure.in @@ -253,7 +253,8 @@ dnl if [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XSLT" ]] || \ [[ "${LOGNAME}" = "bill" -a "`pwd`" = "/home/bill/gnomecvs/xsltest" ]] then - if test "${with_mem_debug}" = "" ; then + if test "${with_mem_debug}" = "" ; + then with_mem_debug="yes" fi CFLAGS="-Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline " |