Ticket #17010: patch-configure.diff

File patch-configure.diff, 519 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • configure

    old new  
    3203132031      echo "$as_me:$LINENO: checking for Perl cc" >&5
    3203232032echo $ECHO_N "checking for Perl cc... $ECHO_C" >&6
    3203332033
    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/);'`
    3203532035
    3203632036      if test "x$PERLCC" != "x" ; then
    3203732037        echo "$as_me:$LINENO: result: $PERLCC" >&5