configure: fix option --enable-windows-installer.

The name of the base source file changed as its format is now ini before
further transformation.
This commit is contained in:
Jehan 2022-03-29 00:18:31 +02:00
parent 4f7985025b
commit ae36d20c41
1 changed files with 1 additions and 1 deletions

View File

@ -2811,7 +2811,7 @@ AC_ARG_ENABLE(windows-installer,
enable_windows_installer=no) enable_windows_installer=no)
if test "x$enable_windows_installer" != xno; then if test "x$enable_windows_installer" != xno; then
if test ! -e "$srcdir/build/windows/installer/lang/setup.isl.in"; then if test ! -e "$srcdir/build/windows/installer/lang/setup.isl.ini"; then
AC_MSG_RESULT([no (not building from git)]) AC_MSG_RESULT([no (not building from git)])
AC_MSG_ERROR([Building the Windows installer is only supported when building from git.]) AC_MSG_ERROR([Building the Windows installer is only supported when building from git.])
fi fi