summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-06-17 20:22:24 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-06-17 20:22:24 -0700
commit09413faa188070e9f484099f30f69eed31ab82e2 (patch)
tree301c280d9590a0fb587635c9a5e91d27ff3a788f /configure
parentc43521c50efad928ff0b41724b967b96e6cb274f (diff)
downloadtxr-09413faa188070e9f484099f30f69eed31ab82e2.tar.gz
txr-09413faa188070e9f484099f30f69eed31ab82e2.tar.bz2
txr-09413faa188070e9f484099f30f69eed31ab82e2.zip
Rename EXTRA_DEBUGGING to CONFIG_EXTRA_DEBUGGING.
* configure: Generate #define CONFIG_EXTRA_DEBUGGING 1 in config.h header, rather than EXTRA_DEBUGGING. * gc.c, gc.h, hash.c: Change references to EXTRA_DEBUGGING preprocessor symbol to CONFIG_EXTRA_DEBUGGING.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9e6e0ac1..2580ff4c 100755
--- a/configure
+++ b/configure
@@ -2655,7 +2655,7 @@ fi
if [ -n "$extra_debugging" ] ; then
printf "Configuring extra debugging, as requested ...\n"
- printf "#define EXTRA_DEBUGGING 1\n" >> $config_h
+ printf "#define CONFIG_EXTRA_DEBUGGING 1\n" >> $config_h
fi
#