aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in
index 7da57e146d3..57f0bd597cc 100755
--- a/configure1.in
+++ b/configure1.in
@@ -951,6 +951,7 @@ case "${canonical}" in
951 *-bsd386* ) opsys=bsd386 ;; 951 *-bsd386* ) opsys=bsd386 ;;
952 *-386bsd* ) opsys=386bsd ;; 952 *-386bsd* ) opsys=386bsd ;;
953 *-netbsd* ) opsys=netbsd ;; 953 *-netbsd* ) opsys=netbsd ;;
954 *-nextstep* ) opsys=mach2 ;;
954 ## Otherwise, we'll fall through to the generic opsys code at the bottom. 955 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
955 esac 956 esac
956 ;; 957 ;;