aboutsummaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-01-02 18:33:03 +0100
committerWerner Lemberg <wl@gnu.org>2022-01-02 18:33:03 +0100
commit2b672e7210a6e989aca4787fb81f4b2542bad9c1 (patch)
treefe5c2c24917e21767a3d8b622e78dfd73ab567aa /builds
parent4eb6cb8818057a022f97176b53738ee3098c8eb6 (diff)
downloadfreetype-2b672e7210a6e989aca4787fb81f4b2542bad9c1.tar.gz
* builds/unix/configure.raw: Restore `SYSTEM_ZLIB` variable.
This was accidentally removed with commit 93ebcbd0 almost eight years ago.
Diffstat (limited to 'builds')
-rw-r--r--builds/unix/configure.raw6
1 files changed, 6 insertions, 0 deletions
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index f326872cb..c5221dab9 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -317,6 +317,12 @@ if test x"$with_zlib" = xyes -a "$have_zlib" = no; then
AC_MSG_ERROR([external zlib support requested but library not found])
fi
+SYSTEM_ZLIB=
+if test "$have_zlib" != no; then
+ SYSTEM_ZLIB=yes
+fi
+AC_SUBST([SYSTEM_ZLIB])
+
# check for system libbz2