* configure.ac: Back out stupid change.
* configure: Regenerate.
This commit is contained in:
parent
4bf6a52173
commit
d924d6b583
@ -1,3 +1,8 @@
|
|||||||
|
2013-12-03 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||||
|
|
||||||
|
* configure.ac: Back out stupid change.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2013-12-03 Christopher Faylor <me.cygwin2013@cgf.cx>
|
2013-12-03 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||||
|
|
||||||
* configure.ac: Don't require 64-bit compiler for 32-bit builds.
|
* configure.ac: Don't require 64-bit compiler for 32-bit builds.
|
||||||
|
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
|
test -z "$MINGW32_CC" && as_fn_error $? "no acceptable mingw32 cc found in \$PATH" "$LINENO" 5
|
||||||
;;
|
;;
|
||||||
x86_64)
|
esac
|
||||||
for ac_prog in x86_64-w64-mingw32-gcc
|
|
||||||
|
for ac_prog in x86_64-w64-mingw32-gcc
|
||||||
do
|
do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
@ -2944,10 +2945,7 @@ fi
|
|||||||
test -n "$MINGW64_CC" && break
|
test -n "$MINGW64_CC" && break
|
||||||
done
|
done
|
||||||
|
|
||||||
test -z "$MINGW64_CC" && as_fn_error $? "no acceptable mingw64 cc found in \$PATH" "$LINENO" 5
|
test -z "$MINGW64_CC" && as_fn_error $? "no acceptable mingw64 cc found in \$PATH" "$LINENO" 5
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
|
|
||||||
test "$program_prefix" != NONE &&
|
test "$program_prefix" != NONE &&
|
||||||
program_transform_name="s&^&$program_prefix&;$program_transform_name"
|
program_transform_name="s&^&$program_prefix&;$program_transform_name"
|
||||||
|
@ -30,12 +30,10 @@ i?86)
|
|||||||
AC_CHECK_PROGS(MINGW32_CC, i686-w64-mingw32-gcc)
|
AC_CHECK_PROGS(MINGW32_CC, i686-w64-mingw32-gcc)
|
||||||
test -z "$MINGW32_CC" && AC_MSG_ERROR([no acceptable mingw32 cc found in \$PATH])
|
test -z "$MINGW32_CC" && AC_MSG_ERROR([no acceptable mingw32 cc found in \$PATH])
|
||||||
;;
|
;;
|
||||||
x86_64)
|
|
||||||
AC_CHECK_PROGS(MINGW64_CC, x86_64-w64-mingw32-gcc)
|
|
||||||
test -z "$MINGW64_CC" && AC_MSG_ERROR([no acceptable mingw64 cc found in \$PATH])
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
AC_CHECK_PROGS(MINGW64_CC, x86_64-w64-mingw32-gcc)
|
||||||
|
test -z "$MINGW64_CC" && AC_MSG_ERROR([no acceptable mingw64 cc found in \$PATH])
|
||||||
|
|
||||||
AC_ARG_PROGRAM
|
AC_ARG_PROGRAM
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user