* configure.ac: Back out stupid change.
* configure: Regenerate.
This commit is contained in:
10
winsup/lsaauth/configure
vendored
10
winsup/lsaauth/configure
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user