Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1d09387b
...
1d09387bde047c16b5e6a399e3d3021a0a253108
authored
2007-04-30 20:02:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(MU_BUILT_CXX_EXAMPLES): Define if c++ libs requested
1 parent
fb353f47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
configure.ac
configure.ac
View file @
1d09387
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment