blob: a2bc6e02c9d74c5241ab07ba7705dfc7a03c78b3 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 5412077c398dec74321388fe6e593a44c4c80de6 Mon Sep 17 00:00:00 2001
2From: echo <fei.geng@windriver.com>
3Date: Tue, 28 Apr 2009 03:11:06 +0000
4Subject: [PATCH] Fix perl install directory to /usr/bin
Patrick Williamsb48b7b42016-08-17 15:04:38 -05005
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006Upstream-Status: Inappropriate [configuration]
7
8---
9 configure.in | 5 +----
10 1 file changed, 1 insertion(+), 4 deletions(-)
11
12diff --git a/configure.in b/configure.in
13index d828512..be7bd25 100644
14--- a/configure.in
15+++ b/configure.in
16@@ -855,10 +855,7 @@ AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
Brad Bishop316dfdd2018-06-25 12:45:53 -040017 AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types",
18 [Location of the MIME types config file, relative to the Apache root directory])
Patrick Williamsb48b7b42016-08-17 15:04:38 -050019
20-perlbin=`$ac_aux_dir/PrintPath perl`
21-if test "x$perlbin" = "x"; then
22- perlbin="/replace/with/path/to/perl/interpreter"
23-fi
24+perlbin='/usr/bin/perl'
25 AC_SUBST(perlbin)
26
27 dnl If we are running on BSD/OS, we need to use the BSD .include syntax.