remove experimental from gtk build option
authorArun Persaud <arun@nubati.net>
Thu, 16 Oct 2014 04:06:00 +0000 (21:06 -0700)
committerArun Persaud <arun@nubati.net>
Thu, 16 Oct 2014 04:06:00 +0000 (21:06 -0700)
configure.ac

index b9b0f40..9ae161a 100644 (file)
@@ -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"])