(MU_BUILT_CXX_EXAMPLES): Define if c++ libs requested
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -773,8 +773,10 @@ AC_ARG_ENABLE([experimental], | ... | @@ -773,8 +773,10 @@ AC_ARG_ENABLE([experimental], |
773 | [MU_BUILD_EXPERIMENTAL=no]) | 773 | [MU_BUILD_EXPERIMENTAL=no]) |
774 | 774 | ||
775 | AC_SUBST(MU_CXX_LIBS) | 775 | AC_SUBST(MU_CXX_LIBS) |
776 | AC_SUBST(MU_BUILT_CXX_EXAMPLES) | ||
776 | if test "$MU_BUILD_EXPERIMENTAL" = yes; then | 777 | if test "$MU_BUILD_EXPERIMENTAL" = yes; then |
777 | MU_CXX_LIBS='$(MU_CXX_LIBS)' | 778 | MU_CXX_LIBS='$(MU_CXX_LIBS)' |
779 | MU_BUILT_CXX_EXAMPLES='$(CXX_EXAMPLES)' | ||
778 | fi | 780 | fi |
779 | 781 | ||
780 | if test x"$testpam" = x"yes"; then | 782 | if test x"$testpam" = x"yes"; then | ... | ... |
-
Please register or sign in to post a comment