* configure.target (aix4*): Remove extra set of brackets.

From-SVN: r39546
This commit is contained in:
David Edelsohn 2001-02-08 19:53:19 +00:00 committed by David Edelsohn
parent 6fca22eb3b
commit 527b03ede0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-02-28 David Edelsohn <edelsohn@gnu.org>
* configure.target (aix4*): Remove extra set of brackets.
2001-02-07 Benjamin Kosnik <bkoz@redhat.com>
Clean up stdexcept.

View File

@ -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*)