]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/runConfigureICU
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / runConfigureICU
index 9cd1e91487a3e61f609059ceafae8e1e547036ec..abe8832b662c3e4b6eef6b55384a47a65aacd6e4 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+# 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.
 
@@ -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)