1
Fork 0

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

main
Davi de Castro Reis 2012-06-08 11:17:18 -03:00
parent 07c9f0c9f8
commit e57ec31b93
1 changed files with 1 additions and 1 deletions

View File

@ -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