Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
511912d0
Commit
511912d0
authored
Aug 13, 2013
by
Mukund Sivaraman
Browse files
[3064] AC_SUBST is also not required
... as we only use it in an automake condition.
parent
69024d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
511912d0
...
...
@@ -904,7 +904,6 @@ AC_ARG_ENABLE(experimental_resolver,
[enable building of the experimental resolver [default=no]])],
build_experimental_resolver=$enableval, build_experimental_resolver=no)
AM_CONDITIONAL([BUILD_EXPERIMENTAL_RESOLVER], [test "$build_experimental_resolver" = "yes"])
AC_SUBST(BUILD_EXPERIMENTAL_RESOLVER)
use_shared_memory=yes
AC_ARG_WITH(shared-memory,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment