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
ISC Open Source Projects
Kea
Commits
962d0e13
Commit
962d0e13
authored
Aug 12, 2014
by
Marcin Siodelski
Browse files
[3507] Renamed AX_BOOST_FOR_BIND10 macro to AX_BOOST_FOR_KEA.
parent
02ae507f
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
962d0e13
...
...
@@ -1007,7 +1007,7 @@ LIBS=$LIBS_SAVED
#
# Configure Boost header path
#
AX_BOOST_FOR_
BIND10
AX_BOOST_FOR_
KEA
# Boost offset_ptr is required in one library and not optional right now, so
# we unconditionally fail here if it doesn't work.
if test "$BOOST_OFFSET_PTR_WOULDFAIL" = "yes" -a "$werror_ok" = 1; then
...
...
m4macros/Makefile.am
View file @
962d0e13
EXTRA_DIST
=
ax_boost_for_
bind10
.m4
EXTRA_DIST
=
ax_boost_for_
kea
.m4
m4macros/ax_boost_for_
bind10
.m4
→
m4macros/ax_boost_for_
kea
.m4
View file @
962d0e13
dnl @synopsis AX_BOOST_FOR_
BIND10
dnl @synopsis AX_BOOST_FOR_
KEA
dnl
dnl Test for the Boost C++ header files intended to be used within BIND 10
dnl
...
...
@@ -37,7 +37,7 @@ dnl causes segfaults in offset_ptr implementation when
dnl compiled by GCC with optimisations enabled.
dnl See ticket no. 3025 for details.
AC_DEFUN([AX_BOOST_FOR_
BIND10
], [
AC_DEFUN([AX_BOOST_FOR_
KEA
], [
AC_LANG_SAVE
AC_LANG([C++])
...
...
@@ -203,4 +203,4 @@ AC_MSG_RESULT([$BOOST_VERSION])
CPPFLAGS="$CPPFLAGS_SAVED"
AC_LANG_RESTORE
])dnl AX_BOOST_FOR_
BIND10
])dnl AX_BOOST_FOR_
KEA
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