* 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user