From 662425f087cbc75625f89c15224a485b4b992074 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Thu, 19 Jan 2012 16:47:46 +0000 Subject: gtk3 off again - apparently it has issues. hopefully fix gtk2 build issue. --- configure.ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d73cf8d..5e41aba 100644 --- a/configure.ac +++ b/configure.ac @@ -94,12 +94,12 @@ fi PKG_CHECK_MODULES([jsonglib], [json-glib-1.0 >= 0.8]) PKG_CHECK_MODULES([gthread], [gthread-2.0]) -PKG_CHECK_MODULES([gtk], [gtk+-3.0 >= 3.00], [ -if test x$with_libappindicator != xno; then - PKG_CHECK_MODULES([libappindicator], [appindicator3-0.1], AC_DEFINE(HAVE_LIBAPPINDICATOR, 1, [Define if libappindicator is available]), AC_MSG_WARN([Ubuntu Unity users should consider building with libappindicator])) -fi -], [ -AC_MSG_WARN([gtk+-3.0 not found, trying gtk+-2.0]) +dnl PKG_CHECK_MODULES([gtk], [gtk+-3.0 >= 3.00], [ +dnl if test x$with_libappindicator != xno; then +dnl PKG_CHECK_MODULES([libappindicator], [appindicator3-0.1], AC_DEFINE(HAVE_LIBAPPINDICATOR, 1, [Define if libappindicator is available]), AC_MSG_WARN([Ubuntu Unity users should consider building with libappindicator])) +dnl fi +dnl ], [ +dnl AC_MSG_WARN([gtk+-3.0 not found, trying gtk+-2.0]) PKG_CHECK_MODULES([gtk], [gtk+-2.0 >= 2.16]) if test x$with_libappindicator != xno; then PKG_CHECK_MODULES([libappindicator], [appindicator-0.1], AC_DEFINE(HAVE_LIBAPPINDICATOR, 1, [Define if libappindicator is available]), AC_MSG_WARN([Ubuntu Unity users should consider building with libappindicator])) @@ -107,7 +107,7 @@ fi if test x$with_libunique != xno; then PKG_CHECK_MODULES([unique], [unique-1.0], AC_DEFINE(HAVE_LIBUNIQUE, 1, [Define if libunique is available]), AC_MSG_WARN([libunique is required for opening torrents on gtk+-2.0. not needed for gtk+-3.0 or win32. ])) fi -]) +dnl ]) PKG_CHECK_MODULES([libcurl], [libcurl]) PKG_CHECK_MODULES([gio], [gio-2.0 >= 2.22]) -- cgit v1.2.3