]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Changed aix4* to aix* for setting deplibs_check_method to pass_all.
authorRobert Boehne <rboehne@ricardo-us.com>
Mon, 12 Feb 2001 18:14:23 +0000 (18:14 +0000)
committerRobert Boehne <rboehne@gnu.org>
Mon, 12 Feb 2001 18:14:23 +0000 (18:14 +0000)
ChangeLog
libtool.m4

index c114ae5f4d5e4c44a26c998e036a3fbe28c65cca..a2235a16a5e23809caf934be6e9878ec12b56c96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-12  Robert Boehne  <rboehne@ricardo-us.com>
+
+        * libtool.m4: Changed aix4* to aix* to set
+        deplibs_check_method to pass_all for all aix.
+        This should have been part of the patch below.
+
 2001-02-12  Robert Boehne  <rboehne@ricardo-us.com>
        
        * ltcf-cxx.sh: Added support for g++ under
index 2f3e29f0df0b5c25abc85495f2fcaf49d458723b..e26f14f516ec3018ff1b191345037ae15b4d4892 100644 (file)
@@ -517,7 +517,7 @@ lt_cv_deplibs_check_method='unknown'
 # whether `pass_all' will *always* work, you probably want this one.
 
 case "$host_os" in
-aix4*)
+aix*)
   lt_cv_deplibs_check_method=pass_all
   ;;