projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3cea675
)
configure.ac: don't set xaw if we choose gtk
author
Arun Persaud
<arun@nubati.net>
Sat, 23 Nov 2013 17:49:46 +0000 (09:49 -0800)
committer
Arun Persaud
<arun@nubati.net>
Sat, 23 Nov 2013 17:49:46 +0000 (09:49 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
25e205a
..
a56a7b5
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-192,6
+192,7
@@
if test x"$with_GTK" = x"yes" ; then
PKG_CHECK_MODULES([GTK], [ gtk+-2.0 >= 2.16.0 gmodule-2.0 ])
FRONTEND_CFLAGS=$GTK_CFLAGS
FRONTEND_LIBS=$GTK_LIBS
+ with_Xaw="no"
fi
if test x"$with_GTK" = x"no" ; then