Fixed conditional inclusion of pkg-config for c++.
This commit is contained in:
parent
07c9f0c9f8
commit
e57ec31b93
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user