summaryrefslogtreecommitdiff
path: root/support/apxs.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-03-26 23:47:52 +0000
committerJeff Trawick <trawick@apache.org>2009-03-26 23:47:52 +0000
commitee32468a33d082bf8ea5c804efbee76676ef6d68 (patch)
tree6b5074eeaf71cc1262d273d6f4160d9eaf6eb2f4 /support/apxs.in
parentc606f7b144d779cbce7b5c48d8e31e4f2a09d19f (diff)
downloadhttpd-ee32468a33d082bf8ea5c804efbee76676ef6d68.tar.gz
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.in2
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);