Delete extra semicolons.
authorRomain Francoise <romain@orebokech.com>
Sun, 6 Jan 2008 11:49:25 +0000 (11:49 +0000)
committerRomain Francoise <romain@orebokech.com>
Sun, 6 Jan 2008 11:49:25 +0000 (11:49 +0000)
ChangeLog
configure.in

index b8e0da2..4cd496d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-06  Romain Francoise  <romain@orebokech.com>
+
+       * configure.in: Delete extra semicolons.
+
 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * configure.in: Remove references to unsupported systems.
index 19471e3..9e21936 100644 (file)
@@ -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 ;;