]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3107] Added missing space for SunStudio CXX version detection
authorKean Johnston <kean@isc.org>
Mon, 16 Sep 2013 08:36:41 +0000 (10:36 +0200)
committerKean Johnston <kean@isc.org>
Mon, 16 Sep 2013 08:36:41 +0000 (10:36 +0200)
configure.ac

index 47c70b5407aa5a8d484221a9645b8a958c4a03f7..903b38d9ad535e12a2d38ec31cda37dacd68c2e1 100644 (file)
@@ -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