Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432004
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/configure.d/config_project_perl_python
0
++ b/configure.d/config_project_perl_python
Lines 87-93 Link Here
87
    if test "xenable_perl_cc_checks" != "xno" ; then
87
    if test "xenable_perl_cc_checks" != "xno" ; then
88
        AC_MSG_CHECKING([for Perl cc])
88
        AC_MSG_CHECKING([for Perl cc])
89
        changequote(, )
89
        changequote(, )
90
        PERLCC=`$myperl -V:cc | $myperl -n -e 'print if (s/^\s*cc=.([-=\w\s\/]+).;\s*/$1/);'`
90
        PERLCC=`$myperl -V:cc | $myperl -n -e 'print if (s/^\s*cc=.([-=\w\s\/\.]+).;\s*/$1/);'`
91
        changequote([, ])
91
        changequote([, ])
92
        if test "x$PERLCC" != "x" ; then
92
        if test "x$PERLCC" != "x" ; then
93
            AC_MSG_RESULT([$PERLCC])
93
            AC_MSG_RESULT([$PERLCC])

Return to bug 432004