Ticket #17010: patch-configure.diff
File patch-configure.diff, 519 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
configure
old new 32031 32031 echo "$as_me:$LINENO: checking for Perl cc" >&5 32032 32032 echo $ECHO_N "checking for Perl cc... $ECHO_C" >&6 32033 32033 32034 PERLCC=`$myperl -V:cc | $myperl -n -e 'print if (s/^\s*cc=.([-=\w\s\/ ]+).;\s*/$1/);'`32034 PERLCC=`$myperl -V:cc | $myperl -n -e 'print if (s/^\s*cc=.([-=\w\s\/\.]+).;\s*/$1/);'` 32035 32035 32036 32036 if test "x$PERLCC" != "x" ; then 32037 32037 echo "$as_me:$LINENO: result: $PERLCC" >&5