configure.ac: don't set xaw if we choose gtk
authorArun Persaud <arun@nubati.net>
Sat, 23 Nov 2013 17:49:46 +0000 (09:49 -0800)
committerArun Persaud <arun@nubati.net>
Sat, 23 Nov 2013 17:49:46 +0000 (09:49 -0800)
configure.ac

index 25e205a..a56a7b5 100644 (file)
@@ -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