Fixed conditional inclusion of pkg-config for c++.

This commit is contained in:
Davi de Castro Reis 2012-06-08 11:17:18 -03:00
parent 07c9f0c9f8
commit e57ec31b93

View File

@ -49,7 +49,7 @@ if test x$cxxmph = xtrue; then
fi fi
AC_SUBST([CXXMPH], "cxxmph") AC_SUBST([CXXMPH], "cxxmph")
fi 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. # Unit tests based on the check library. Disabled by default.
# We do not use pkg-config because it is inconvenient for all developers to # We do not use pkg-config because it is inconvenient for all developers to