aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2008-01-06 11:49:25 +0000
committerRomain Francoise2008-01-06 11:49:25 +0000
commiteffb6952745e54189a4ab68f550476c33992c8cb (patch)
tree5232e2325a617adf99c826b50cff55894d635bbd
parent8fcaf22f902ab98150eedd3d5d411c59023183bb (diff)
downloademacs-effb6952745e54189a4ab68f550476c33992c8cb.tar.gz
emacs-effb6952745e54189a4ab68f550476c33992c8cb.zip
Delete extra semicolons.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b8e0da2cfb6..4cd496d2e93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12008-01-06 Romain Francoise <romain@orebokech.com>
2
3 * configure.in: Delete extra semicolons.
4
12008-01-06 Dan Nicolaescu <dann@ics.uci.edu> 52008-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 ;;