diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-10-26 17:27:30 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-10-26 17:27:30 -0700 |
commit | af2c9d69da43677a2ebd4b415aebe91622e4ac90 (patch) | |
tree | 2c6ca0759fdd6b0ac6b9048288dc11de79a8d1e7 | |
parent | 306f5d4b34984648180c149b939cab10851f844f (diff) | |
download | txr-af2c9d69da43677a2ebd4b415aebe91622e4ac90.tar.gz txr-af2c9d69da43677a2ebd4b415aebe91622e4ac90.tar.bz2 txr-af2c9d69da43677a2ebd4b415aebe91622e4ac90.zip |
configure: stray exit
* configure: remove stray exit statement added while debugging
memalign test on Solaris.
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2695,9 +2695,6 @@ int main(void) break; fi - cat conftest.err - exit 1 - cat > conftest.c <<! #include <malloc.h> |