From e57ec31b933720cfab7bcb4664c82f2bcb7b8bb3 Mon Sep 17 00:00:00 2001 From: Davi de Castro Reis Date: Fri, 8 Jun 2012 11:17:18 -0300 Subject: [PATCH] Fixed conditional inclusion of pkg-config for c++. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9b3d760..bab1460 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ if test x$cxxmph = xtrue; then fi AC_SUBST([CXXMPH], "cxxmph") fi -AM_CONDITIONAL([USE_CXXMPH], [test "$cxxmph" = yes]) +AM_CONDITIONAL([USE_CXXMPH], [test "$cxxmph" = true]) # Unit tests based on the check library. Disabled by default. # We do not use pkg-config because it is inconvenient for all developers to