summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2011-11-15 12:34:12 +0100
committerTomas Chvatal <tchvatal@suse.cz>2011-11-15 12:34:35 +0100
commit2264f482e57e989e649934d3980368f2b135d496 (patch)
tree5b59c90fec8bd7f4fa043181376749d6e8d31b42 /configure.in
parentInstead of returning out of function just skip its calling. (diff)
downloadcore-2264f482e57e989e649934d3980368f2b135d496.tar.gz
core-2264f482e57e989e649934d3980368f2b135d496.zip
Use proper switch for on/of qstart-libpng.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 34400e786e16..6ae1fbb64761 100644
--- a/configure.in
+++ b/configure.in
@@ -7013,7 +7013,7 @@ AC_SUBST(LIBPNG_LIBS)
AC_SUBST(LIBPNG_CFLAGS)
AC_MSG_CHECKING([whether to enable libpng linking in quickstarter])
-if test "x$enable_unix_libpng" = "xyes"; then
+if test "x$unix_qstart_libpng" != "xno"; then
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])