Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Configure: fixup startperl and perlpath for usecperl
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Feb 11, 2016
1 parent d5837b7 commit 94b86e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -7135,13 +7135,17 @@ $define) usecperl='define'
echo "cperl variant selected." >&4
package='cperl'
spackage='cPerl'
perlpath=`echo $perlpath | $sed 's,bin/perl,bin/cperl,'`
startperl=`echo $startperl | $sed 's,bin/perl,bin/cperl,'`
set usecperl
;;
'') if test -f ../pod/perlcperl.pod; then
usecperl='define'
echo "cperl variant assumed."
package='cperl'
spackage='cPerl'
perlpath=`echo $perlpath | $sed 's,bin/perl,bin/cperl,'`
startperl=`echo $startperl | $sed 's,bin/perl,bin/cperl,'`
else
usecperl='undef'
fi
Expand Down

0 comments on commit 94b86e7

Please sign in to comment.