]> git.saurik.com Git - wxWidgets.git/commitdiff
Regenerate after yesterday's fix for bug 1230877.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 8 Aug 2005 13:44:17 +0000 (13:44 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 8 Aug 2005 13:44:17 +0000 (13:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure

index 6cb126f7b8dd7daf8222076871a9d1dc4b322421..895ecba6591889a175bf803e599bfcefdb459516 100755 (executable)
--- a/configure
+++ b/configure
@@ -21286,6 +21286,10 @@ _ACEOF
 fi
 
 
+if test "x$SUNCXX" = xyes; then
+    CXXFLAGS="$CXXFLAGS -features=tmplife"
+fi
+
 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
     ac_ext=cc
 ac_cpp='$CXXCPP $CPPFLAGS'