summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure b/configure
index f22654e..eb70eed 100755
--- a/configure
+++ b/configure
@@ -23213,7 +23213,8 @@ fi
done
-if test "`uname -o`" = "Cygwin"; then
+case "`uname`" in
+ CYGWIN*)
for ac_header in io.h sys/timeb.h
@@ -23365,7 +23366,8 @@ fi
done
-else
+ ;;
+ *)
@@ -23518,7 +23520,9 @@ fi
done
-fi
+ ;;
+esac
+
case "$host" in
alpha*-dec*-osf*)