summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-04-30 20:02:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-04-30 20:02:59 +0000
commit1d09387bde047c16b5e6a399e3d3021a0a253108 (patch)
tree7d9042ac99fbeb68a6fc58ddd8840fd8df460ece /configure.ac
parentfb353f473d7cab20b8111cfd0070b4132e42b38e (diff)
downloadmailutils-1d09387bde047c16b5e6a399e3d3021a0a253108.tar.gz
mailutils-1d09387bde047c16b5e6a399e3d3021a0a253108.tar.bz2
(MU_BUILT_CXX_EXAMPLES): Define if c++ libs requested
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6a34a60b0..1a3dc1115 100644
--- a/configure.ac
+++ b/configure.ac
@@ -773,8 +773,10 @@ AC_ARG_ENABLE([experimental],
[MU_BUILD_EXPERIMENTAL=no])
AC_SUBST(MU_CXX_LIBS)
+AC_SUBST(MU_BUILT_CXX_EXAMPLES)
if test "$MU_BUILD_EXPERIMENTAL" = yes; then
MU_CXX_LIBS='$(MU_CXX_LIBS)'
+ MU_BUILT_CXX_EXAMPLES='$(CXX_EXAMPLES)'
fi
if test x"$testpam" = x"yes"; then

Return to:

Send suggestions and report system problems to the System administrator.