diff options
author | Romain Francoise <romain@orebokech.com> | 2008-01-06 11:49:25 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2008-01-06 11:49:25 +0000 |
commit | effb6952745e54189a4ab68f550476c33992c8cb (patch) | |
tree | 5232e2325a617adf99c826b50cff55894d635bbd /configure.in | |
parent | 8fcaf22f902ab98150eedd3d5d411c59023183bb (diff) | |
download | emacs-effb6952745e54189a4ab68f550476c33992c8cb.tar.gz |
Delete extra semicolons.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 ;; |