build: Mark CROSSCC32 and CROSSCC64 as precious variables.

This commit is contained in:
Józef Kucia 2016-10-10 11:22:50 +02:00
parent 6523844af8
commit 10bfe2d675
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_LIBOBJ_DIR([portable])
AC_CONFIG_HEADERS(include/config.h)
AC_ARG_VAR(WIDL, [widl IDL compiler])
AC_ARG_VAR([WIDL], [widl IDL compiler])
AC_ARG_VAR([CROSSCC32], [32-bit Windows cross compiler])
AC_ARG_VAR([CROSSCC64], [64-bit Windows cross compiler])
dnl Check for progs
AM_PROG_AR