diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 21:13:15 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 21:13:15 +0200 |
commit | 514b8d62123e3d63f2b935aa1d58e5c411f3f603 (patch) | |
tree | 43cbaf88de747feb4f13457a6572b8b19d86c8b8 /configure.ac | |
parent | ccba91c746dfbb5623d537f39842c6873607db96 (diff) |
configure: enable all extras by default, provide --disable-extras
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 947ab80fd0..bba82ee7bd 100644 --- a/configure.ac +++ b/configure.ac @@ -59,8 +59,8 @@ if test "x$enable_logging" = "xyes"; then fi AC_ARG_ENABLE([extras], - AS_HELP_STRING([--enable-extras], [enable extras with external dependencies]), - [], [enable_extras=no]) + AS_HELP_STRING([--disable-extras], [disable extras with external dependencies]), + [], [enable_extras=yes]) if test "x$enable_extras" = xyes; then PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.7.0 gobject-2.0 >= 2.7.0]) AC_SUBST([GLIB_CFLAGS]) |