Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-12-04 00:51:05 +0400
committerChristopher Faylor <me@cgf.cx>2013-12-04 00:51:05 +0400
commitd924d6b583254acfea6dd67d5c6d94742a42a791 (patch)
tree81af75ee8165013575327c6bc9299fa8a7819585 /winsup/lsaauth/configure
parent4bf6a52173d6e552359c8f5f1fcd0861d22d64af (diff)
* configure.ac: Back out stupid change.
* configure: Regenerate.
Diffstat (limited to 'winsup/lsaauth/configure')
-rwxr-xr-xwinsup/lsaauth/configure10
1 files changed, 4 insertions, 6 deletions
diff --git a/winsup/lsaauth/configure b/winsup/lsaauth/configure
index 53a9a799d..6073a2d61 100755
--- a/winsup/lsaauth/configure
+++ b/winsup/lsaauth/configure
@@ -2901,8 +2901,9 @@ done
test -z "$MINGW32_CC" && as_fn_error $? "no acceptable mingw32 cc found in \$PATH" "$LINENO" 5
;;
-x86_64)
- for ac_prog in x86_64-w64-mingw32-gcc
+esac
+
+for ac_prog in x86_64-w64-mingw32-gcc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -2944,10 +2945,7 @@ fi
test -n "$MINGW64_CC" && break
done
- test -z "$MINGW64_CC" && as_fn_error $? "no acceptable mingw64 cc found in \$PATH" "$LINENO" 5
- ;;
-esac
-
+test -z "$MINGW64_CC" && as_fn_error $? "no acceptable mingw64 cc found in \$PATH" "$LINENO" 5
test "$program_prefix" != NONE &&
program_transform_name="s&^&$program_prefix&;$program_transform_name"