Fix check for "contained in PKGFORMAT"
Change-Id: I419e885a928c3f59e751f4da388f91ba5ffe739f Reviewed-on: https://gerrit.libreoffice.org/51895 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -4996,7 +4996,7 @@ AC_MSG_CHECKING([for required Perl modules])
|
|||||||
perl_use_string="use Cwd ; use Digest::MD5"
|
perl_use_string="use Cwd ; use Digest::MD5"
|
||||||
if test "$_os" = "WINNT"; then
|
if test "$_os" = "WINNT"; then
|
||||||
if test -n "$PKGFORMAT"; then
|
if test -n "$PKGFORMAT"; then
|
||||||
for i in "$PKGFORMAT"; do
|
for i in $PKGFORMAT; do
|
||||||
case "$i" in
|
case "$i" in
|
||||||
msi)
|
msi)
|
||||||
# for getting fonts versions to use in MSI
|
# for getting fonts versions to use in MSI
|
||||||
@@ -6665,7 +6665,7 @@ if test $_os = "WINNT"; then
|
|||||||
else
|
else
|
||||||
VCREDIST_DIR=""
|
VCREDIST_DIR=""
|
||||||
if test -n "$PKGFORMAT"; then
|
if test -n "$PKGFORMAT"; then
|
||||||
for i in "$PKGFORMAT"; do
|
for i in $PKGFORMAT; do
|
||||||
case "$i" in
|
case "$i" in
|
||||||
msi)
|
msi)
|
||||||
AC_MSG_WARN([--without-vcredist-dir not specified or exe not found - installer will have runtime dependency])
|
AC_MSG_WARN([--without-vcredist-dir not specified or exe not found - installer will have runtime dependency])
|
||||||
|
Reference in New Issue
Block a user