mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
Fix typo for ZLIB
This commit is contained in:
parent
af79c04208
commit
b4dc7b3868
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ if test "$build_zlib" != "false" ; then
|
|||
AC_MSG_NOTICE([zlib library and headers not found])
|
||||
else
|
||||
AC_DEFINE( HAVE_ZLIB, 1, [ZLIB support] )
|
||||
ZLIBS_LIBS='-z'
|
||||
ZLIB_LIBS='-lz'
|
||||
AC_SUBST(ZLIB_LIBS)
|
||||
fi
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue