From 65cdc704602c596d5ca5df64b92a74135f581384 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 23 Nov 2013 09:49:46 -0800 Subject: [PATCH] configure.ac: don't set xaw if we choose gtk --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 25e205a..a56a7b5 100644 --- a/configure.ac +++ b/configure.ac @@ -192,6 +192,7 @@ if test x"$with_GTK" = x"yes" ; then PKG_CHECK_MODULES([GTK], [ gtk+-2.0 >= 2.16.0 gmodule-2.0 ]) FRONTEND_CFLAGS=$GTK_CFLAGS FRONTEND_LIBS=$GTK_LIBS + with_Xaw="no" fi if test x"$with_GTK" = x"no" ; then -- 1.7.0.4