diff options
author | Jeff Trawick <trawick@apache.org> | 2009-03-27 00:47:52 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-03-27 00:47:52 +0100 |
commit | ee32468a33d082bf8ea5c804efbee76676ef6d68 (patch) | |
tree | 6b5074eeaf71cc1262d273d6f4160d9eaf6eb2f4 /support/apxs.in | |
parent | * Update transformation. (diff) | |
download | apache2-ee32468a33d082bf8ea5c804efbee76676ef6d68.tar.xz apache2-ee32468a33d082bf8ea5c804efbee76676ef6d68.zip |
remove OS/2 platform support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758929 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 87a9a7d43d..d2c213e342 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+os2+aix and os/x extensions + # ack all potential gcc, hp/ux, win32, aix and os/x extensions if ($f !~ m#(\.so$|\.la$|\.sl$|\.dll$|\.dylib$|)#) { error("file $f is not a shared object"); exit(1); |