diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 13:04:08 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 13:05:01 +0200 |
commit | 3b53c579ce298c8f2582323d5210a7aee3aac068 (patch) | |
tree | 4c78b78ad8f5f5db61a990b9d90eb1da7ac5086d /configure.in | |
parent | 9bb187006a42ee8b0dcb6fe47407752c7873f41b (diff) |
Fix Windows build and enable CMIS inconditionally
Since the provider should now build everywhere,
enable it inconditionally to catch minor problems
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 808840903b85..9ba76535180e 100644 --- a/configure.in +++ b/configure.in @@ -7030,12 +7030,6 @@ if test "$enable_cairo_canvas" = "yes" ; then fi AC_SUBST(ENABLE_CAIRO_CANVAS) -ENABLE_CMIS="FALSE" -if test "x$with_cmis" != "xno" ; then - ENABLE_CMIS="TRUE" -fi -AC_SUBST(ENABLE_CMIS) - dnl =================================================================== dnl Check whether the GStreamer libraries are available. dnl =================================================================== |