diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-12-31 13:33:42 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-13 06:14:41 -0300 |
commit | adc21b10239e0ac46cbae25f31eec34c98a8c400 (patch) | |
tree | 8c0bfc0ba33c73da34dff714d8b05642669bb82e /Configure | |
parent | f4dc2c4b01072f7e278e0dd48aea47518e4deea3 (diff) | |
download | perl-adc21b10239e0ac46cbae25f31eec34c98a8c400.tar.gz |
Configure: Change a use of cc to $cc
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4696,7 +4696,7 @@ if $test -f /bin/mips && /bin/mips; then /bsd43 #endif EOCP - if cc -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then + if $cc $cppflags -E usr.c > usr.out && $contains / usr.out >/dev/null 2>&1; then dflt='/bsd43/usr/include' incpath='/bsd43' mips_type='BSD 4.3' |