Parent Directory
|
Revision Log
Make sure not to depend on automake (not required). (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
| 1 | --- a/configure |
| 2 | +++ b/configure |
| 3 | @@ -23409,7 +23409,7 @@ |
| 4 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Perl cc" >&5 |
| 5 | $as_echo_n "checking for Perl cc... " >&6; } |
| 6 | |
| 7 | - PERLCC=`$myperl -V:cc | $myperl -n -e 'print if (s/^\s*cc=.([-=\w\s\/]+).;\s*/$1/);'` |
| 8 | + PERLCC=`$myperl -V:cc | $myperl -n -e 'print if (s/^\s*cc=.([-=\w\s\/\.]+).;\s*/$1/);'` |
| 9 | |
| 10 | if test "x$PERLCC" != "x" ; then |
| 11 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERLCC" >&5 |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |