summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Volz <andreas.volz@tux-style.com>2011-11-28 10:58:52 +0100
committerAndreas Volz <andreas.volz@tux-style.com>2011-11-28 10:58:52 +0100
commit74c1ee31c2187b0684a32c97f99ffa5260af374d (patch)
tree7893526f0176d38a28ac62a593195ac902b74e51
parent742570b1f0e7471f9db85135278c97768ed61c77 (diff)
downloaddbus-c++-74c1ee31c2187b0684a32c97f99ffa5260af374d.tar.gz
enables default build of glib and ecore dispatcher (if found)
-rw-r--r--configure.ac16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 9c1002c..f66e94f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,14 +18,14 @@ AC_ARG_ENABLE(ecore,
AS_HELP_STRING([--enable-ecore],
[enable ecore integration]),
[enable_ecore=$enableval],
- [enable_ecore=no]
+ [enable_ecore=yes]
)
AC_ARG_ENABLE(glib,
AS_HELP_STRING([--enable-glib],
[enable glib integration]),
[enable_glib=$enableval],
- [enable_glib=no]
+ [enable_glib=yes]
)
AC_ARG_ENABLE(doxygen-docs,
@@ -183,11 +183,11 @@ AC_OUTPUT(
Makefile
src/Makefile
tools/Makefile
- test/Makefile
- test/generator/Makefile
- test/functional/Makefile
- test/functional/Test1/Makefile
- data/Makefile
+ test/Makefile
+ test/generator/Makefile
+ test/functional/Makefile
+ test/functional/Test1/Makefile
+ data/Makefile
doc/Makefile
doc/Doxyfile
examples/Makefile
@@ -196,7 +196,7 @@ AC_OUTPUT(
examples/ecore/Makefile
examples/hal/Makefile
examples/glib/Makefile
- examples/echo_ecore/Makefile
+ examples/echo_ecore/Makefile
dbus-c++-1.pc
dbus-c++-1-uninstalled.pc
libdbus-c++.spec