diff options
-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. # |