aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2008-11-14 18:27:07 +0000
committerRob Taylor <rob.taylor@codethink.co.uk>2008-11-14 18:27:07 +0000
commitf0e4a03bcf2643f30285203ef83a45723a8c1c3f (patch)
tree3d32ace7007ab321dc9db5f0e1180a4c7dea9bb7 /configure.ac
parent82383272d5df49fbba1e8ae3475c412b4cd1152e (diff)
Fix typo that caused docs to never build.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ad529e1..185d2d06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_PROG_PERL_MODULES([XML::LibXML::Reader], [],
build_docs=no
])
-AM_CONDITIONAL(CONTEXTKIT_BUILD_DOCS, test x$build_docs= xyes)
+AM_CONDITIONAL(CONTEXTKIT_BUILD_DOCS, test x$build_docs = xyes)
AC_SUBST(CFLAGS)
AC_SUBST(CPPFLAGS)