Show "sys" when system liblzma is detected by configure

This is just a cosmetic change to make the lzma line in the summary
shown by configure at the end consistent with the other libraries.
This commit is contained in:
Vadim Zeitlin
2021-07-16 17:07:13 +02:00
parent 94576538d3
commit 11d89a2233
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@@ -22122,6 +22122,7 @@ if test "x$ac_cv_lib_lzma_lzma_code" = xyes; then :
LIBS="$LZMA_LINK $LIBS"
$as_echo "#define wxUSE_LIBLZMA 1" >>confdefs.h
wxUSE_LIBLZMA=sys
fi

View File

@@ -2697,6 +2697,7 @@ if test "$wxUSE_LIBLZMA" != "no"; then
LZMA_LINK="-llzma"
LIBS="$LZMA_LINK $LIBS"
AC_DEFINE(wxUSE_LIBLZMA)
wxUSE_LIBLZMA=sys
])
fi