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:
parent
94576538d3
commit
11d89a2233
2 changed files with 2 additions and 0 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue