projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6dfa974
)
remove experimental from gtk build option
author
Arun Persaud
<arun@nubati.net>
Thu, 16 Oct 2014 04:06:00 +0000 (21:06 -0700)
committer
Arun Persaud
<arun@nubati.net>
Thu, 16 Oct 2014 04:06:00 +0000 (21:06 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
b9b0f40
..
9ae161a
100644
(file)
--- 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"])