Commit 09e2581a authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Add the ability for apxs to install both libtool generated and non-libtool

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
parent 5f3a347a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }