Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
06d0affe
Commit
06d0affe
authored
Oct 05, 2006
by
Lynn Garren
Browse files
fixing conditional
parent
263c68ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Exceptions/configure.in
View file @
06d0affe
...
...
@@ -249,7 +249,7 @@ c++)
AR="ar"; ARFLAGS="cru"
esac;;
icc)
AM_CONDITIONAL(USING_ICC, test yes)
useicc=true
case "$target" in
*-*-linux*)
AM_CXXFLAGS="-O -ansi -mp -no-gcc -w1"
...
...
@@ -323,6 +323,7 @@ esac
AM_CONDITIONAL(BUILD_SHARED, test x$build_shared = xyes)
AM_CONDITIONAL(BUILD_STATIC, test x$build_static = xyes)
AM_CONDITIONAL(BUILD_VISUAL, test x$build_visual = xyes)
AM_CONDITIONAL(USING_ICC, test x$useicc = xtrue)
AC_SUBST(AM_CXXFLAGS)
AC_SUBST(AM_LDFLAGS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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