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