From 7e0ac96f7c27b895f4eb58acc9f5eb92210800fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 16 Mar 2007 02:04:32 +0000 Subject: Fix the logic of libstk, as I declared it disabled by default. CVS patchset: 8672 CVS date: 2007/03/16 02:04:32 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 878776ab3..cc282970d 100644 --- a/configure.ac +++ b/configure.ac @@ -1103,7 +1103,7 @@ dnl --------------------------------------------- AC_ARG_WITH([libstk], AS_HELP_STRING([--with-libstk], [Build with STK surface video driver])) -if test "x$with_libstk" != "xno"; then +if test "x$with_libstk" = "xyes"; then PKG_CHECK_MODULES([LIBSTK], [libstk >= 0.2.0], [have_libstk=yes], [have_libstk=no]) if test "x$with_libstk" = "xyes" && test "x$have_libstk" = "xno"; then AC_MSG_ERROR([libstk support requested, but libstk not found]) -- cgit v1.2.3