aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJuanma Barranquero2003-01-31 15:24:20 +0000
committerJuanma Barranquero2003-01-31 15:24:20 +0000
commitc60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1 (patch)
tree7d28300d64e41bf2aeed37bc8f1293f9fc52a36a /configure
parent2454c12d458c60b871f6f36c3fd6ba752aad61bf (diff)
downloademacs-c60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1.tar.gz
emacs-c60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1.zip
Cygwin support patch.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8264168b6f8..77b1741c96c 100755
--- a/configure
+++ b/configure
@@ -2493,6 +2493,7 @@ case "${canonical}" in
2493 i[3456]86-*-* ) 2493 i[3456]86-*-* )
2494 machine=intel386 2494 machine=intel386
2495 case "${canonical}" in 2495 case "${canonical}" in
2496 *-cygwin ) opsys=cygwin ;;
2496 *-lynxos* ) opsys=lynxos ;; 2497 *-lynxos* ) opsys=lynxos ;;
2497 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 2498 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
2498 *-isc2.2* ) opsys=isc2-2 ;; 2499 *-isc2.2* ) opsys=isc2-2 ;;