From: Sebastian Dröge Date: Thu, 9 Aug 2012 08:25:38 +0000 (+0200) Subject: configure: Fix GTK required version variable name X-Git-Tag: 1.19.3~509^2~6780 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a92f7b8126c67b88d91513e6d731a61579f8ef7;p=platform%2Fupstream%2Fgstreamer.git configure: Fix GTK required version variable name --- diff --git a/configure.ac b/configure.ac index 2a16a18..848c92f 100644 --- a/configure.ac +++ b/configure.ac @@ -234,7 +234,7 @@ AC_SUBST(GSTPB_PREFIX) dnl GTK is optional and used in examples HAVE_GTK=no -GT_REQ=3.0.0 +GTK_REQ=3.0.0 if test "x$BUILD_EXAMPLES" = "xyes"; then PKG_CHECK_MODULES(GTK, gtk+-$with_gtk >= $GTK_REQ, HAVE_GTK=yes, HAVE_GTK=no) dnl some examples need gtk+-x11