From: Arun Persaud Date: Sun, 3 May 2015 03:30:08 +0000 (-0700) Subject: make GTK the default version X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=fe9e5e2c4e6f21e2503788c94c32dc7efafb36c9 make GTK the default version --- 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],