summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-10 07:23:56 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-10 07:23:56 -0800
commit7649cd2cc9165ad8019d9d33af697927fd2e64b4 (patch)
treec8fc015fea133e53a8ba96557b50887211cc6bd3 /configure
parent8817d95ca84e7ce4478a29a82b65632979125980 (diff)
downloadtxr-7649cd2cc9165ad8019d9d33af697927fd2e64b4.tar.gz
txr-7649cd2cc9165ad8019d9d33af697927fd2e64b4.tar.bz2
txr-7649cd2cc9165ad8019d9d33af697927fd2e64b4.zip
* configure: Generate HAVE_VALGRIND as #define-d to 1, rathern
than just fdefined. * gc.c: Use #if HAVE_VALGRIND instaed of #ifdef HAVE_VALGRIND, consistently with other HAVE_* config variables. * lib.c: Likewise. * lib.h: Likewise. * txr.c: Likewise. * txr.h: Likewise.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 791f6c6e..6a29cab3 100755
--- a/configure
+++ b/configure
@@ -1104,7 +1104,7 @@ syntax error
fi
printf "okay\n"
- printf "#define HAVE_VALGRIND\n" >> config.h
+ printf "#define HAVE_VALGRIND 1\n" >> config.h
fi
#