summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-13 01:26:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-13 01:26:53 +0000
commitaa275be2c72d724a988f1e2f3dc3a57832744f47 (patch)
tree859d55807787659f45bd35c4304be6ffe97c8415 /x2p
parent8a225eae002d1a372613e653fedfb1a2ed6edc40 (diff)
downloadperl-aa275be2c72d724a988f1e2f3dc3a57832744f47.tar.gz
I wonder how many $CONFIGs still lurk in the shadows.
p4raw-id: //depot/perl@10551
Diffstat (limited to 'x2p')
-rwxr-xr-xx2p/cflags.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/x2p/cflags.SH b/x2p/cflags.SH
index dcd97a1e79..779035f9cb 100755
--- a/x2p/cflags.SH
+++ b/x2p/cflags.SH
@@ -1,4 +1,4 @@
-case $CONFIGDOTSH in
+case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;
elif test -f ../config.sh; then TOP=..;
@@ -34,7 +34,7 @@ $spitshell >cflags <<!GROK!THIS!
: In the following dollars and backticks do not need the extra backslash.
$spitshell >>cflags <<'!NO!SUBS!'
-case $CONFIG in
+case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;
elif test -f ../config.sh; then TOP=..;