diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-12-31 02:09:53 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-12-31 02:09:53 -0800 |
commit | d544a9955f30703e0355c4ade71f7846e0c9d616 (patch) | |
tree | 1375b32b67fe80fbdcfb3d2998eb191284018338 | |
parent | 118b32641a93e60df147910a52e04109dc9c2221 (diff) | |
download | txr-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-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |