regen v9_11

This commit is contained in:
Tinderbox User 2017-11-07 01:17:01 +00:00
parent 9789e54e55
commit 46f85f4eaf

2
configure vendored
View file

@ -17457,7 +17457,7 @@ case "$with_zlib" in
done
;;
*)
if test -f "${with_zlib}/zlib.h"
if test -f "${with_zlib}/include/zlib.h"
then
zlib_cflags="-I${with_zlib}/include"
LIBS="$LIBS -L${with_zlib}/lib"