Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
75c57adc
Commit
75c57adc
authored
Apr 23, 2010
by
Roland Levillain
Browse files
Add a simple test to identify the Intel C++ compiler.
* configure.ac: Here.
parent
ceed6143
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
75c57adc
2010-04-23 Roland Levillain <roland@lrde.epita.fr>
Add a simple test to identify the Intel C++ compiler.
* configure.ac: Here.
2010-06-03 Roland Levillain <roland@lrde.epita.fr>
Clean up a bit Olena's Makefiles.
...
...
configure.ac
View file @
75c57adc
...
...
@@ -61,6 +61,9 @@ fi
AC_LANG([C++])
AC_PROG_CXX
# Set `ICPC' to `yes' if the Intel C++ compiler is used.
test $CXX --version 2>/dev/null | grep '\bICC\b' >/dev/null 2>&1 && ICPC=yes
# GNU C++ compiler setup.
if test "$GXX" = yes; then
# Speed up compiling times.
...
...
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