Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
8d746f00
Commit
8d746f00
authored
Sep 16, 2013
by
Kean Johnston
Browse files
[3107] Added missing space for SunStudio CXX version detection
parent
fa1c3b6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
8d746f00
...
...
@@ -117,7 +117,7 @@ AC_DEFUN([BIND10_CXX_TRY_FLAG], [
# SunStudio compiler requires special compiler options for boost
# (http://blogs.sun.com/sga/entry/boost_mini_howto)
if test "$SUNCXX" = "yes"; then
CXX_VERSION=`$CXX-V 2> /dev/null | head -1`
CXX_VERSION=`$CXX
-V 2> /dev/null | head -1`
CXXFLAGS="$CXXFLAGS -library=stlport4 -features=tmplife -features=tmplrefstatic"
MULTITHREADING_FLAG="-mt"
fi
...
...
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