From: Arun Persaud Date: Sat, 23 Nov 2013 17:49:46 +0000 (-0800) Subject: configure.ac: don't set xaw if we choose gtk X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=65cdc704602c596d5ca5df64b92a74135f581384 configure.ac: don't set xaw if we choose gtk --- 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