From a1087fc17f5eef791512c24598f710c7cc05851b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20R.=20Sede=C3=B1o?= Date: Sun, 31 Jan 2010 18:09:28 -0500 Subject: [PATCH 02/13] Disable GTK1 checks --- unix/configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/unix/configure.ac b/unix/configure.ac index dcbc153..482b70c 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -28,7 +28,7 @@ if test "$with_gssapi" != "no"; then fi # Look for both GTK 1 and GTK 2. -AM_PATH_GTK([1.2.0], [gtk=1], [gtk=none]) +# AM_PATH_GTK([1.2.0], [gtk=1], [gtk=none]) AM_PATH_GTK_2_0([2.0.0], [gtk=2], []) if test "$gtk" = "none"; then all_targets="all-cli" -- 1.6.6