diff options
| author | Romain Francoise | 2008-01-06 11:49:25 +0000 |
|---|---|---|
| committer | Romain Francoise | 2008-01-06 11:49:25 +0000 |
| commit | effb6952745e54189a4ab68f550476c33992c8cb (patch) | |
| tree | 5232e2325a617adf99c826b50cff55894d635bbd | |
| parent | 8fcaf22f902ab98150eedd3d5d411c59023183bb (diff) | |
| download | emacs-effb6952745e54189a4ab68f550476c33992c8cb.tar.gz emacs-effb6952745e54189a4ab68f550476c33992c8cb.zip | |
Delete extra semicolons.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 1 |
2 files changed, 4 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-06 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * configure.in: Delete extra semicolons. | ||
| 4 | |||
| 1 | 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * configure.in: Remove references to unsupported systems. | 7 | * 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. | |||
| 706 | ;; | 706 | ;; |
| 707 | *-xenix* ) opsys=xenix ;; | 707 | *-xenix* ) opsys=xenix ;; |
| 708 | *-linux-gnu* ) opsys=gnu-linux ;; | 708 | *-linux-gnu* ) opsys=gnu-linux ;; |
| 709 | ;; | ||
| 710 | *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; | 709 | *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; |
| 711 | *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; | 710 | *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; |
| 712 | *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; | 711 | *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; |