summaryrefslogtreecommitdiffstats
path: root/winsup/lsaauth/configure.ac
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-12-03 18:37:40 +0000
committerChristopher Faylor <me@cgf.cx>2013-12-03 18:37:40 +0000
commitd7f07b3ddebfc22c1584edc7a1e982d4fdef7ca4 (patch)
tree8609141c75006d2c6afbd3a3cc251a078749515c /winsup/lsaauth/configure.ac
parentf4fc6b0663a5290dc810a2140fcc8fc4a22cf8ce (diff)
downloadcygnal-d7f07b3ddebfc22c1584edc7a1e982d4fdef7ca4.tar.gz
cygnal-d7f07b3ddebfc22c1584edc7a1e982d4fdef7ca4.tar.bz2
cygnal-d7f07b3ddebfc22c1584edc7a1e982d4fdef7ca4.zip
* configure.ac: Don't require 64-bit compiler for 32-bit builds.
* configure: Regenerate.
Diffstat (limited to 'winsup/lsaauth/configure.ac')
-rw-r--r--winsup/lsaauth/configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/lsaauth/configure.ac b/winsup/lsaauth/configure.ac
index fe2e30bf0..f38097d9e 100644
--- a/winsup/lsaauth/configure.ac
+++ b/winsup/lsaauth/configure.ac
@@ -30,10 +30,12 @@ i?86)
AC_CHECK_PROGS(MINGW32_CC, i686-w64-mingw32-gcc)
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
-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