]> granicus.if.org Git - apache/commitdiff
Add the ability for apxs to install both libtool generated and non-libtool
authorRyan Bloom <rbb@apache.org>
Wed, 22 Nov 2000 20:35:56 +0000 (20:35 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 22 Nov 2000 20:35:56 +0000 (20:35 +0000)
generated shared objects.
Submitted by: Jon Travis <jtravis@covalent.net>
Reviewed by: Ryan Bloom

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87070 13f79535-47bb-0310-9956-ffa450edef68

support/apxs.in

index 11f105ed5a518a4df6e10fee25a0d4fb7074ca2a..e2a0569741a7b4955c8b48c69262b4161383f3b4 100644 (file)
@@ -405,7 +405,7 @@ if ($opt_i or $opt_e) {
     my @cmds = ();
     my $f;
     foreach $f (@args) {
-        if ($f !~ m|\.la$|) {
+        if ($f !~ m#(\.so$|\.la$)#) {
             print STDERR "apxs:Error: file $f is not a shared object\n";
             exit(1);
         }