apache2: do not patch generated file

We already patch configure.ac and we're not bypassing autoreconf,
so we don't need to patch configure as well.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton
2014-07-16 08:45:59 +01:00
parent e751af9f90
commit 53ba2729a8
@@ -4,23 +4,6 @@
# #
# Upstream-Status: Inappropriate [configuration] # Upstream-Status: Inappropriate [configuration]
--- a/configure
+++ b/configure
@@ -22365,13 +22365,7 @@
#define APACHE_MPM_DIR "$MPM_DIR"
_ACEOF
-
-perlbin=`$ac_aux_dir/PrintPath perl`
-if test "x$perlbin" = "x"; then
- perlbin="/replace/with/path/to/perl/interpreter"
-fi
-
-
+perlbin='/usr/bin/perl'
BSD_MAKEFILE=no
ap_make_include=include
--- a/configure.in --- a/configure.in
+++ b/configure.in +++ b/configure.in
@@ -638,10 +638,7 @@ @@ -638,10 +638,7 @@