From e05b3f7536a4690c195ae743d7faaec0991eba95 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 9 Feb 2015 18:13:16 +0000 Subject: [PATCH 1/2] fixup! doc: Add a guide to designing D-Bus APIs --- Notes: Add a missing ‘test’ configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a9abbe4..5758207 100644 --- a/configure.ac +++ b/configure.ac @@ -1436,7 +1436,7 @@ AS_IF([test "$DUCKTYPE" = "no"],[have_ducktype=no],[have_ducktype=yes]) AS_IF([test "$YELP_BUILD" = "no"],[have_yelp_build=no],[have_yelp_build=yes]) AS_IF([test "$enable_ducktype_docs" = "auto"],[ - AS_IF([test "$have_ducktype" = "no" || "$have_yelp_build" = "no"],[ + AS_IF([test "$have_ducktype" = "no" || test "$have_yelp_build" = "no"],[ enable_ducktype_docs=no ],[ enable_ducktype_docs=yes -- 1.9.3