From 013f64c9388d27db086b8643e267ad224a2ccc84 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 16 Jun 2009 08:36:10 -0700 Subject: [PATCH] Whoops. Missed a line. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 27171ab3..c009f78c 100644 --- a/configure.ac +++ b/configure.ac @@ -117,7 +117,7 @@ fi if test "x$SUNCC" = "xyes" then CFLAGS="-g -mt ${CFLAGS}" - CXXFLAGS="-g -mt -xlang=c99 ${CXXFLAGS}" + CXXFLAGS="-xlang=c99 -g -mt -compat=5 -library=stlport4 -template=no%extdef ${CXXFLAGS}" OPTIMIZE_FLAGS="-xO4 -xlibmil -xdepend -xbuiltin -lmopt" OPTIMIZE_CFLAGS="${OPTIMIZE_FLAGS} -Xa -xstrconst" -- 2.30.2