* Makefile.in: Rearrange to avoid -mno-cygwin.

* configure.in: Use mingw front-end from utils directory as compiler front-end.
* configure: Regenerate.
* cyglsa.c (cyglsa_printf): Rename from 'printf' to avoid a compiler error.
(print_sid, print_groups, print_privs, print_dacl, print_tokinf,
LsaApLogonUserEx): Ditto.
This commit is contained in:
Christopher Faylor
2008-10-12 23:53:26 +00:00
parent 12c819e204
commit 4941ce49c5
5 changed files with 2386 additions and 1615 deletions

View File

@@ -24,6 +24,9 @@ AC_CANONICAL_SYSTEM
LIB_AC_PROG_CC
NO_CYGWIN="$(cd ${srcdir}/../utils; pwd)/mingw"
AC_SUBST(NO_CYGWIN)
AC_ARG_PROGRAM
if test "x$cross_compiling" = "xyes"; then