summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-04-07 20:30:25 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-04-07 20:30:25 -0700
commitf5ce48225c096a8fade377c3c6648970fa38a5a3 (patch)
tree708f3cf8520a4ec4eb35f4e35f0e770e522e9005
parentb3c27e56063a3357869266bf4a836b67859a927e (diff)
downloadtxr-f5ce48225c096a8fade377c3c6648970fa38a5a3.tar.gz
txr-f5ce48225c096a8fade377c3c6648970fa38a5a3.tar.bz2
txr-f5ce48225c096a8fade377c3c6648970fa38a5a3.zip
* configure: Print done and terminate line after checking for
clashing symbols.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4c26d8c..6ee07d65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/configure b/configure
index f52f3470..ebd02aec 100755
--- a/configure
+++ b/configure
@@ -1085,6 +1085,8 @@ int main(void) { return 0; }
fi
done
+printf "done\n"
+
#
# Extra debugging.
#