diff options
author | Tomas Chvatal <tchvatal@suse.cz> | 2011-11-15 12:34:12 +0100 |
---|---|---|
committer | Tomas Chvatal <tchvatal@suse.cz> | 2011-11-15 12:34:35 +0100 |
commit | 2264f482e57e989e649934d3980368f2b135d496 (patch) | |
tree | 5b59c90fec8bd7f4fa043181376749d6e8d31b42 /configure.in | |
parent | 4fe54ea11ed82dd662d0132585c199ec9f3a6c95 (diff) |
Use proper switch for on/of qstart-libpng.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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]) |