diff options
author | kent@mysql.com <> | 2006-03-27 23:04:44 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-03-27 23:04:44 +0200 |
commit | 04f059c5bfd050ed82c0bf456dc1e4f7d6bc0937 (patch) | |
tree | d27568b7a047fb8800a5a2e6caee7b15f2041d4d /scripts | |
parent | 35ae639477b6ecb0d31aec590b0e405627f25cf5 (diff) | |
download | mariadb-git-04f059c5bfd050ed82c0bf456dc1e4f7d6bc0937.tar.gz |
mysql_config.sh:
Remove Solaris -xc99=none C option as C++ compiler can't handle it
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_config.sh b/scripts/mysql_config.sh index caf8708c6a0..4d732485b1d 100644 --- a/scripts/mysql_config.sh +++ b/scripts/mysql_config.sh @@ -107,7 +107,7 @@ include="-I$pkgincludedir" for remove in DDBUG_OFF DSAFEMALLOC USAFEMALLOC DSAFE_MUTEX \ DPEDANTIC_SAFEMALLOC DUNIV_MUST_NOT_INLINE DFORCE_INIT_OF_VARS \ DEXTRA_DEBUG DHAVE_purify 'O[0-9]' 'W[-A-Za-z]*' \ - Xa xstrconst + Xa xstrconst "xc99=none" do # The first option we might strip will always have a space before it because # we set -I$pkgincludedir as the first option |