X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=a168db1a1d93f85c3d2b60203c9c2c4931981348;hb=fe9e5e2c4e6f21e2503788c94c32dc7efafb36c9;hp=e962c02988ed1d31db1503f179633fdf6f634bfd;hpb=07c5170452d8fbf4d253bc231de3856a129ea0bc;p=xboard.git 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],