Changeset 2307 for branches/blt4/cf/rpLangPerl.m4
- Timestamp:
- Jul 10, 2011, 5:55:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/cf/rpLangPerl.m4
r2279 r2307 5 5 [AS_HELP_STRING([--with-perl[=DIR]], [location of perl @<:@default=yes@:>@])], 6 6 [], 7 [ rp_with_perl=yes])7 [with_perl=yes]) 8 8 9 9 PERL= … … 18 18 PERL_VERSION_RV= 19 19 PERL_LIBSPEC= 20 if test "$ rp_with_perl" != "no" ; then21 if test "$ rp_with_perl" != "yes" ; then22 AC_PATH_PROG(PERL, perl, [], [$ rp_with_perl/bin:$rp_with_perl])20 if test "$with_perl" != "no" ; then 21 if test "$with_perl" != "yes" ; then 22 AC_PATH_PROG(PERL, perl, [], [$with_perl/bin:$with_perl]) 23 23 else 24 24 AC_PATH_PROG(PERL, perl)
Note: See TracChangeset
for help on using the changeset viewer.