From: Arun Persaud Date: Thu, 16 Oct 2014 04:06:00 +0000 (-0700) Subject: remove experimental from gtk build option X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=d4e1c7d0c419d85bf1ff3de33d60c4519f64728b;p=xboard.git remove experimental from gtk build option --- diff --git a/configure.ac b/configure.ac index b9b0f40..9ae161a 100644 --- a/configure.ac +++ b/configure.ac @@ -136,7 +136,7 @@ FRONTEND_CFLAGS="" FRONTEND_LIBS="" AC_ARG_WITH([gtk], - [AS_HELP_STRING([--with-gtk],[use GTK front-end (experimental)])], + [AS_HELP_STRING([--with-gtk],[use GTK front-end])], [with_GTK=$withval], [with_GTK="no"])