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 | |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-04-07 Kaz Kylheku <kaz@kylheku.com> + * configure: Print done and terminate line after checking for + clashing symbols. + +2012-04-07 Kaz Kylheku <kaz@kylheku.com> + * configure: Added new check for some clashing external names, which we can redefine out of the way in config.h. @@ -1085,6 +1085,8 @@ int main(void) { return 0; } fi done +printf "done\n" + # # Extra debugging. # |