OSDN Git Service

* configure.target (aix4*): Remove extra set of brackets.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Feb 2001 19:53:19 +0000 (19:53 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Feb 2001 19:53:19 +0000 (19:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39546 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/configure.target

index cb80157..54d68e9 100644 (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.
index 506cbf2..f5dae7c 100644 (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*)