summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-12-06 15:03:01 +0100
committerPetr Mladek <pmladek@suse.cz>2011-12-06 15:05:11 +0100
commit534475f2501d5af1fe5d102024c7eb404d850a4d (patch)
tree5d48050b52ffc898f2133d8b7be885639656727c /configure.in
parent7fce4c4da132071b89a51f8a71223baad5c0550b (diff)
make --disable-unix-qstart-libpng really work (fdo#36497)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d50a9eb42b4f..8b23b1f7bfde 100644
--- a/configure.in
+++ b/configure.in
@@ -671,7 +671,7 @@ AC_ARG_ENABLE(unix-qstart-libpng,
[On UNIX systems, we have a faster splash app, that can use libpng to
render its splash, if we can safely link to the system libpng then
enabling this is a good idea (ie. for Linux Distro packaging).]),
-,enable_unix_libpng=yes)
+,enable_unix_qstart_libpng=yes)
AC_ARG_ENABLE(binfilter,
AS_HELP_STRING([--enable-binfilter],
@@ -7144,7 +7144,7 @@ AC_SUBST(LIBPNG_LIBS)
AC_SUBST(LIBPNG_CFLAGS)
AC_MSG_CHECKING([whether to enable libpng linking in quickstarter])
-if test "x$unix_qstart_libpng" != "xno"; then
+if test "x$enable_unix_qstart_libpng" != "xno"; then
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])