diff options
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 c0154b6b9..985d71fba 100644 --- a/configure.in +++ b/configure.in @@ -650,7 +650,7 @@ for p in $doc_xsl_prefix_path; do fi done -if test "x$DOC_XSL_PREFIX" == "x"; then +if test "x$DOC_XSL_PREFIX" = "x"; then AC_MSG_RESULT(no) enable_doc="no" AC_MSG_WARN([ |