summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure9
-rw-r--r--configure.in9
3 files changed, 4 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index cbe7a645393..c9f48d18886 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * configure.in (vac-dec-vms): Remove, not supported anymore.
+
2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
* configure.in (NS_HAVE_NSINTEGER): Back out previous change.
diff --git a/configure b/configure
index 390875f1074..ee6871bf1a3 100755
--- a/configure
+++ b/configure
@@ -2829,15 +2829,6 @@ _ACEOF
esac
;;
- ## Vaxen.
- vax-dec-* )
- machine=vax
- case "${canonical}" in
- *-vms* ) opsys=vms ;;
- * ) unported=yes
- esac
- ;;
-
## IA-64
ia64*-*-linux* )
machine=ia64 opsys=gnu-linux
diff --git a/configure.in b/configure.in
index a9e4c54bb5e..87c820ff81c 100644
--- a/configure.in
+++ b/configure.in
@@ -579,15 +579,6 @@ dnl see the `changequote' comment above.
esac
;;
- ## Vaxen.
- vax-dec-* )
- machine=vax
- case "${canonical}" in
- *-vms* ) opsys=vms ;;
- * ) unported=yes
- esac
- ;;
-
## IA-64
ia64*-*-linux* )
machine=ia64 opsys=gnu-linux