diff options
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/cflags.SH | 4 |
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=..; |