aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 2cae7c6191c..0bd54698ca0 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1011,7 +1011,7 @@ case "${canonical}" in
1011 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 1011 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
1012 *-isc2.2* ) opsys=isc2-2 ;; 1012 *-isc2.2* ) opsys=isc2-2 ;;
1013 *-isc* ) opsys=isc3-0 ;; 1013 *-isc* ) opsys=isc3-0 ;;
1014 *-esix5* ) opsys=esix5r4 ;; 1014 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
1015 *-esix* ) opsys=esix ;; 1015 *-esix* ) opsys=esix ;;
1016 *-xenix* ) opsys=xenix ;; 1016 *-xenix* ) opsys=xenix ;;
1017 *-linux* ) opsys=linux ;; 1017 *-linux* ) opsys=linux ;;