diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-07 20:30:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-07 20:30:25 -0700 |
commit | f5ce48225c096a8fade377c3c6648970fa38a5a3 (patch) | |
tree | 708f3cf8520a4ec4eb35f4e35f0e770e522e9005 /configure | |
parent | b3c27e56063a3357869266bf4a836b67859a927e (diff) | |
download | txr-f5ce48225c096a8fade377c3c6648970fa38a5a3.tar.gz txr-f5ce48225c096a8fade377c3c6648970fa38a5a3.tar.bz2 txr-f5ce48225c096a8fade377c3c6648970fa38a5a3.zip |
* configure: Print done and terminate line after checking for
clashing symbols.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1085,6 +1085,8 @@ int main(void) { return 0; } fi done +printf "done\n" + # # Extra debugging. # |