From fe9e5e2c4e6f21e2503788c94c32dc7efafb36c9 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 2 May 2015 20:30:08 -0700 Subject: [PATCH] make GTK the default version --- configure.ac | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index e962c02..a168db1 100644 --- a/configure.ac +++ b/configure.ac @@ -136,9 +136,9 @@ FRONTEND_CFLAGS="" FRONTEND_LIBS="" AC_ARG_WITH([gtk], - [AS_HELP_STRING([--with-gtk],[use GTK front-end])], + [AS_HELP_STRING([--with-gtk],[use GTK front-end (default)])], [with_GTK=$withval], - [with_GTK="no"]) + [with_GTK="yes"]) AC_ARG_WITH([Xaw3d], [AS_HELP_STRING([--with-Xaw3d],[use Xaw3d front-end (not fully supported anymore)])], @@ -146,9 +146,9 @@ AC_ARG_WITH([Xaw3d], [with_Xaw3d="no"]) AC_ARG_WITH([Xaw], - [AS_HELP_STRING([--with-Xaw],[use Xaw front-end (default)])], + [AS_HELP_STRING([--with-Xaw],[use Xaw front-end])], [with_Xaw="$withval"], - [with_Xaw="yes"]) + [with_Xaw="no"]) AC_ARG_WITH([iconsdir], [AS_HELP_STRING([--with-iconsdir=DIR], -- 1.7.0.4