aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f25a34..2391f2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * configure.in (noconfigdirs): Add missing # in front of comment.
+
Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
* configure.in: add second pass to things added to noconfigdirs
diff --git a/configure.in b/configure.in
index cb64e4e..fa78583 100644
--- a/configure.in
+++ b/configure.in
@@ -531,7 +531,7 @@ case "${target}" in
;;
esac
-targets that need a second pass
+# targets that need a second pass
case "${target}" in
*-gm-magic*)
noconfigdirs="$noconfigdirs libgloss"