projects
/
gnushogi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4f1efda
)
Disabling default compilation of xshogi.
author
Luis Felipe Strano Moraes
<luis.strano@gmail.com>
Tue, 13 Mar 2012 20:16:55 +0000 (17:16 -0300)
committer
Luis Felipe Strano Moraes
<luis.strano@gmail.com>
Tue, 13 Mar 2012 20:16:55 +0000 (17:16 -0300)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
8f5c10f
..
136b4ea
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-178,9
+178,9
@@
SECOND_HOST=$withval)
AC_ARG_WITH(xshogi,
[ --with-xshogi
- Compile the xshogi graphical interface to GNU shogi (default: yes)],
+ Compile the xshogi graphical interface to GNU shogi (default: no)],
with_xshogi=$withval,
-with_xshogi=yes)
+with_xshogi=no)
AC_SUBST(OPT)
AC_SUBST(FIRST_SHOGI_PROGRAM)