summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2013-04-12 09:00:57 -0400
committerKen Brown <kbrown@cornell.edu>2013-04-12 09:00:57 -0400
commite8bdb06e29f0bec8747e504891a8567358dd4c4b (patch)
tree9f23fe925f3f8c009e9f8dcaa781bcb2d92f5f0e /configure.ac
parentfcc1fe85416f7dda9a1b83faf88a55c170a41ac9 (diff)
downloademacs-e8bdb06e29f0bec8747e504891a8567358dd4c4b.tar.gz
* configure.ac (canonical): Adapt to 64-bit Cygwin.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 71e35ec8ff7..c95072423b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -471,6 +471,11 @@ case "${canonical}" in
## fi
;;
+ ## Cygwin ports
+ *-*-cygwin )
+ opsys=cygwin
+ ;;
+
## HP 9000 series 700 and 800, running HP/UX
hppa*-hp-hpux10.2* )
opsys=hpux10-20
@@ -544,7 +549,6 @@ case "${canonical}" in
## Intel 386 machines where we don't care about the manufacturer.
i[3456]86-*-* )
case "${canonical}" in
- *-cygwin ) opsys=cygwin ;;
*-darwin* ) opsys=darwin ;;
*-sysv4.2uw* ) opsys=unixware ;;
*-sysv5uw* ) opsys=unixware ;;