diff options
author | Christopher Faylor <me@cgf.cx> | 2000-06-20 17:37:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-06-20 17:37:22 +0000 |
commit | fa2ba8581451dd3b02421d04ebb8b6b95821c503 (patch) | |
tree | 35ec4916f78c09aecc4345f1a7340729b88fa056 /winsup/configure | |
parent | e33e6532398c83634513468e425e18cab3b14a3f (diff) | |
download | cygnal-fa2ba8581451dd3b02421d04ebb8b6b95821c503.tar.gz cygnal-fa2ba8581451dd3b02421d04ebb8b6b95821c503.tar.bz2 cygnal-fa2ba8581451dd3b02421d04ebb8b6b95821c503.zip |
* configure.in: Bow to necessity and build w32api before anything else.
* configure: Regenerate.
Diffstat (limited to 'winsup/configure')
-rwxr-xr-x | winsup/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/configure b/winsup/configure index 21361f9e7..be2d64e2a 100755 --- a/winsup/configure +++ b/winsup/configure @@ -826,7 +826,7 @@ else fi -SUBDIRS='cygwin w32api mingw' +SUBDIRS='w32api cygwin mingw' case "$with_cross_host" in ""|*cygwin*) SUBDIRS="$SUBDIRS utils" |