From: Kean Johnston Date: Mon, 16 Sep 2013 08:36:41 +0000 (+0200) Subject: [3107] Added missing space for SunStudio CXX version detection X-Git-Tag: bind10-1.2.0beta1-release~102^2~26^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d746f00a3e7014d78502b3744a426d54fc0e3ef;p=thirdparty%2Fkea.git [3107] Added missing space for SunStudio CXX version detection --- diff --git a/configure.ac b/configure.ac index 47c70b5407..903b38d9ad 100644 --- a/configure.ac +++ b/configure.ac @@ -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