build: disable glade frontend by default
I can't see why having two gtk* frontends while i can't even maintain one :|
This commit is contained in:
parent
0523e85ca8
commit
ffadf35be3
|
@ -138,7 +138,7 @@ AC_SUBST(GTHREAD_LIBS)
|
|||
AC_ARG_ENABLE([glade],
|
||||
[AC_HELP_STRING([--enable-glade], [enable glade frontend])],
|
||||
[glade=$enableval],
|
||||
[glade=yes])
|
||||
[glade=no])
|
||||
|
||||
if test "x$glade" = "xyes" ; then
|
||||
PKG_CHECK_MODULES(LIBGLADE,
|
||||
|
|
Loading…
Reference in New Issue