summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-01-13 02:03:16 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-17 11:35:47 -0300
commita903262275870d317dcb1d3964d592c1504ee838 (patch)
tree29fb101c54c8d60a3f402dbb5422670fe6dead38
parent59b6bb412383ca68669f605ae7673af75ee7f4bb (diff)
downloadperl-a903262275870d317dcb1d3964d592c1504ee838.tar.gz
Configure: Add $run to two tests
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index c62b9e8377..f73bdebb3c 100755
--- a/Configure
+++ b/Configure
@@ -5977,7 +5977,7 @@ int main (void)
EOCP
set try
if eval $compile_ok; then
- libcquad=`./try`
+ libcquad=`$run ./try`
echo "Your C library's 64-bit functions are $libcquad."
else
echo "(I can't seem to compile the test program.)"
@@ -22067,7 +22067,7 @@ echo " "
case "$val3" in
"$define") echo "You have POSIX termios.h... good!" >&4;;
*) if ./Cppsym pyr; then
- case "`/bin/universe`" in
+ case "`$run /bin/universe`" in
ucb) if $test `./findhdr sgtty.h`; then
val2="$define"
echo "<sgtty.h> found." >&4