]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-apxs.patch
- initial 2.4.x fun
[packages/apache.git] / apache-apxs.patch
index 7ee05ad5f39e894e694ab40a89bf2e82870cce7d..802a2916241be98710ada1eb3bedd084be17e5bf 100644 (file)
                print STDERR "apxs:Error: no config variable $var\n";
                &usage;
            }
-@@ -199,11 +201,10 @@
-     ($httpd = $0) =~ s:support/apxs$::;
- }
--unless (-x "$httpd") {
--      error("$httpd not found or not executable");
--      exit 1;
-+if (not -x "$httpd") {
-+      print STDERR "Note: $httpd not found or not executable.\n";
- }
--
-+else {
- unless (grep /mod_so/, `. $envvars && $httpd -l`) {
-     error("Sorry, no shared object support for Apache");
-     error("available under your platform. Make sure");
 @@ -211,7 +212,7 @@
      error("your server binary `$httpd'.");
      exit 1;
This page took 0.031943 seconds and 4 git commands to generate.