blob: c90279d4497a18215ae382e44fc6e3ea5dc7fc67 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# Author: echo <fei.geng@windriver.com>
2# Date: April 28 2009
3# Summary:Fix perl install directory to /usr/bin
4#
5# Upstream-Status: Inappropriate [configuration]
6
7--- a/configure.in
8+++ b/configure.in
9@@ -638,10 +638,7 @@
10 AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR",
11 [Location of the source for the current MPM])
12
13-perlbin=`$ac_aux_dir/PrintPath perl`
14-if test "x$perlbin" = "x"; then
15- perlbin="/replace/with/path/to/perl/interpreter"
16-fi
17+perlbin='/usr/bin/perl'
18 AC_SUBST(perlbin)
19
20 dnl If we are running on BSD/OS, we need to use the BSD .include syntax.