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
Brian Smith
nettle
Commits
f2b218bc
Commit
f2b218bc
authored
Nov 24, 2006
by
Niels Möller
Browse files
Test if the system has any C++ compiler.
Rev: src/nettle/configure.ac:1.77
parent
7a3a9410
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
f2b218bc
...
...
@@ -76,6 +76,14 @@ if test "x$CC" = xrntcl ; then
enable_assembler=no
fi
# Used by the testsuite only
AC_PROG_CXX
AC_LANG_PUSH(C++)
AC_TRY_COMPILE([],[return 0;],[CXX_TESTS='cxx-test$(EXEEXT)'], [CXX_TESTS=''])
AC_SUBST([CXX_TESTS])
AC_LANG_POP
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_CHECK_TOOL(NM, nm, strings)
...
...
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