aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b8e0da2cfb..4cd496d2e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-06 Romain Francoise <[email protected]>
+
+ * configure.in: Delete extra semicolons.
+
2008-01-06 Dan Nicolaescu <[email protected]>
* configure.in: Remove references to unsupported systems.
diff --git a/configure.in b/configure.in
index 19471e3258..9e219369f0 100644
--- a/configure.in
+++ b/configure.in
@@ -706,7 +706,6 @@ dnl see the `changequote' comment above.
;;
*-xenix* ) opsys=xenix ;;
*-linux-gnu* ) opsys=gnu-linux ;;
- ;;
*-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
*-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
*-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;