summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2009-03-17 01:00:25 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2009-03-17 01:00:25 +0000
commit37bf7ccbecf011719ddf12d5a887eb0028b84907 (patch)
tree9e1fade60ead64093e66efa43d04ab080fed4113 /configure.ac
parent2ede6dec55989ddf76c38360e929971ae6360b27 (diff)
downloadds-37bf7ccbecf011719ddf12d5a887eb0028b84907.tar.gz
ds-37bf7ccbecf011719ddf12d5a887eb0028b84907.tar.xz
ds-37bf7ccbecf011719ddf12d5a887eb0028b84907.zip
Resolves: #476096
Summary: move perl on solaris to a <TBD> path Description: Changing Solaris perl path (perlexec) to /usr/lib/sparcv9/dirsec/perl5x/bin/perl.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc6e5279..17c7a8b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -388,7 +388,7 @@ dnl Cstd and Crun are required to link any C++ related code
AC_SUBST([LIBCRUN], [$LIBCRUN])
platform="solaris"
# assume 64 bit
- perlexec='/usr/lib/sparcv9/dirsrv/perl5x/bin/perl'
+ perlexec='/usr/lib/sparcv9/dirsec/perl5x/bin/perl'
# relative to sysconfdir
initdir=/init.d
;;