diff options
author | Brian Havard <bjh@apache.org> | 2009-08-26 10:56:13 +0200 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2009-08-26 10:56:13 +0200 |
commit | 60fbe11de19b807cbc9e372eecd3a86ceed74893 (patch) | |
tree | 53cecd61ce8930955243e594a333d488758000b2 /support/apxs.in | |
parent | Update transform for core. (diff) | |
download | apache2-60fbe11de19b807cbc9e372eecd3a86ceed74893.tar.xz apache2-60fbe11de19b807cbc9e372eecd3a86ceed74893.zip |
Bring back OS/2 support.
Reverses r758929 with a little bit of conflict resolution.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/apxs.in')
-rw-r--r-- | support/apxs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/apxs.in b/support/apxs.in index d2c213e342..87a9a7d43d 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -490,7 +490,7 @@ if ($opt_i or $opt_e) { my @cmds = (); my $f; foreach $f (@args) { - # ack all potential gcc, hp/ux, win32, aix and os/x extensions + # ack all potential gcc, hp/ux, win32+os2+aix and os/x extensions if ($f !~ m#(\.so$|\.la$|\.sl$|\.dll$|\.dylib$|)#) { error("file $f is not a shared object"); exit(1); |