summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-12-31 02:09:53 -0800
committerKaz Kylheku <kaz@kylheku.com>2018-12-31 02:09:53 -0800
commitd544a9955f30703e0355c4ade71f7846e0c9d616 (patch)
tree1375b32b67fe80fbdcfb3d2998eb191284018338
parent118b32641a93e60df147910a52e04109dc9c2221 (diff)
downloadtxr-d544a9955f30703e0355c4ade71f7846e0c9d616.tar.gz
txr-d544a9955f30703e0355c4ade71f7846e0c9d616.tar.bz2
txr-d544a9955f30703e0355c4ade71f7846e0c9d616.zip
Remove HAVE_ALLOCA.
* configure: don't define HAVE_ALLOCA in config.h. It is not used anywhere. Moreover, alloca isn't optional.
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 4bbfe288..8cccdfc8 100755
--- a/configure
+++ b/configure
@@ -2590,7 +2590,6 @@ int main(int argc, char **argv)
if conftest ; then
printf "yes\n"
- printf "#define HAVE_ALLOCA 1\n" >> config.h
printf "#define ALLOCA_H <%s>\n" $try_header >> config.h
have_alloca=y
break;