summaryrefslogtreecommitdiff
path: root/builds/unix
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2014-03-05 08:02:46 +0100
committerWerner Lemberg <wl@gnu.org>2014-03-05 08:02:46 +0100
commita32758f27cb6ff43d652f4e301c24f8b05307cdf (patch)
treec2a63517de1a40357b8febdedce7e7015ddebd45 /builds/unix
parent382f3ef103f7d3599aec7fbdf99aa2e66bb0cbb5 (diff)
downloadfreetype2-a32758f27cb6ff43d652f4e301c24f8b05307cdf.tar.gz
* builds/unix/configure.raw: Simplify.
Diffstat (limited to 'builds/unix')
-rw-r--r--builds/unix/configure.raw8
1 files changed, 4 insertions, 4 deletions
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 4b38e9707..121316ffa 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -982,20 +982,20 @@ AC_SUBST([build_libtool_libs])
# changing LDFLAGS value should only be done after
# lt_cv_prog_compiler_static_works test
-if test x"$have_zlib" != xno; then
+if test "$have_zlib" != no; then
CFLAGS="$CFLAGS $ZLIB_CFLAGS -DFT_CONFIG_OPTION_SYSTEM_ZLIB"
LDFLAGS="$LDFLAGS $ZLIB_LIBS"
fi
-if test x"$have_bzip2" != xno; then
+if test "$have_bzip2" != no; then
CFLAGS="$CFLAGS $BZIP2_CFLAGS -DFT_CONFIG_OPTION_USE_BZIP2"
LDFLAGS="$LDFLAGS $BZIP2_LIBS"
fi
-if test x"$have_libpng" != xno; then
+if test "$have_libpng" != no; then
CFLAGS="$CFLAGS $LIBPNG_CFLAGS -DFT_CONFIG_OPTION_USE_PNG"
LDFLAGS="$LDFLAGS $LIBPNG_LIBS"
fi
-if test x"$have_harfbuzz" != xno; then
+if test "$have_harfbuzz" != no; then
CFLAGS="$CFLAGS $HARFBUZZ_CFLAGS -DFT_CONFIG_OPTION_USE_HARFBUZZ"
LDFLAGS="$LDFLAGS $HARFBUZZ_LIBS"
fi