]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/runConfigureICU
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / runConfigureICU
index 700122789fca3e30f42a9b51108edaf705c6298c..abe8832b662c3e4b6eef6b55384a47a65aacd6e4 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
-# Copyright (c) 1999-2014, International Business Machines Corporation and
+# Copyright (C) 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+# Copyright (c) 1999-2015, International Business Machines Corporation and
 # others. All Rights Reserved.
 
 # runConfigureICU: This script will run the "configure" script for the appropriate platform
@@ -313,7 +315,6 @@ case $platform in
         THE_COMP="the GNU C++"
         RELEASE_CFLAGS='-O3'
         RELEASE_CXXFLAGS='-O3'
-        CXXFLAGS="--std=c++03"
         export CXXFLAGS
         ;;
     MSYS/MSVC)