From: Romain Francoise Date: Sun, 6 Jan 2008 11:49:25 +0000 (+0000) Subject: Delete extra semicolons. X-Git-Tag: emacs-pretest-23.0.90~8681 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=effb6952745e54189a4ab68f550476c33992c8cb;p=emacs.git Delete extra semicolons. --- diff --git a/ChangeLog b/ChangeLog index b8e0da2cfb6..4cd496d2e93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-06 Romain Francoise + + * configure.in: Delete extra semicolons. + 2008-01-06 Dan Nicolaescu * configure.in: Remove references to unsupported systems. diff --git a/configure.in b/configure.in index 19471e32582..9e219369f07 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 ;;