diff options
author | David Edelsohn <edelsohn@gnu.org> | 2001-02-08 19:53:19 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2001-02-08 14:53:19 -0500 |
commit | 527b03ede0512c0a5eb9df988ccfbb1b3c056775 (patch) | |
tree | 14991d0039953cb163676fc3c4af26839a1d5e97 /libstdc++-v3/configure.target | |
parent | 6fca22eb3bfe6201a15c0caaa4e3fe052376f863 (diff) | |
download | gcc-527b03ede0512c0a5eb9df988ccfbb1b3c056775.tar.gz |
* configure.target (aix4*): Remove extra set of brackets.
From-SVN: r39546
Diffstat (limited to 'libstdc++-v3/configure.target')
-rw-r--r-- | libstdc++-v3/configure.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target index 506cbf25101..f5dae7ca318 100644 --- a/libstdc++-v3/configure.target +++ b/libstdc++-v3/configure.target @@ -67,7 +67,7 @@ esac # THIS TABLE IS SORTED. KEEP IT THAT WAY. case "${target_os}" in - aix4.[[3456789]]* | aix[[56789]]*) + aix4.[3456789]* | aix[56789]*) os_include_dir="config/os/aix" case "$CXX" in *pthread*) |