X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/2ca993e82fb37b597a3c73ecd1586a139a6579c5..249c4c5ea9376c24572daf9c2effa7484a282f14:/icuSources/runConfigureICU diff --git a/icuSources/runConfigureICU b/icuSources/runConfigureICU index 9cd1e914..abe8832b 100755 --- a/icuSources/runConfigureICU +++ b/icuSources/runConfigureICU @@ -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)