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
ba9dcb41
Commit
ba9dcb41
authored
Mar 20, 2012
by
Mukund Sivaraman
Browse files
master: Fix AC_LANG_SOURCE warnings from automake
parent
c6d6f765
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ba9dcb41
...
...
@@ -270,7 +270,7 @@ AC_DEFUN([BIND10_CXX_TRY_FLAG], [
bind10_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS $1"
AC_LINK_IFELSE([int main(void){ return 0;}],
AC_LINK_IFELSE([
AC_LANG_SOURCE([
int main(void){ return 0;}]
)]
,
[bind10_cxx_flag=yes], [bind10_cxx_flag=no])
CXXFLAGS="$bind10_save_CXXFLAGS"
...
...
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