diff options
author | Rene Engelhard <rene@debian.org> | 2011-10-03 00:12:42 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2011-10-03 00:12:42 +0200 |
commit | 4c97165615a795e1e43c6c440b1ed229caf7d63c (patch) | |
tree | 1e795ce790352ffc5517e47f737fb9005c31f9e8 /configure.in | |
parent | ba44f8805b238479981a9d889e7e432c0a531d42 (diff) |
fix some typos..., thanks matus
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d04cedc69299..87c8627cf039 100644 --- a/configure.in +++ b/configure.in @@ -4620,7 +4620,7 @@ dnl =================================================================== AC_MSG_CHECKING([which libcmis to use]) if test -n "$with_system_libcmis" -a "$with_system_libcmis" = "yes"; then AC_MSG_RESULT([external]) - SYSTEM_LIBVISIO=YES + SYSTEM_LIBCMIS=YES PKG_CHECK_MODULES( LIBCMIS, libcmis-0.2 ) else AC_MSG_RESULT([internal]) |