summaryrefslogtreecommitdiffstats
path: root/support/apxs.in
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2009-08-26 10:56:13 +0200
committerBrian Havard <bjh@apache.org>2009-08-26 10:56:13 +0200
commit60fbe11de19b807cbc9e372eecd3a86ceed74893 (patch)
tree53cecd61ce8930955243e594a333d488758000b2 /support/apxs.in
parentUpdate transform for core. (diff)
downloadapache2-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.in2
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);