diff options
author | Lupe Christoph <lupe@lupe-christoph.de> | 2000-09-01 18:34:29 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 14:48:58 +0000 |
commit | 422af00a325a1ad9ccc3d4fb7a0c04b9ab88ade6 (patch) | |
tree | bab299d83ab0efe9a08bb1831ac54ab950638369 /Configure | |
parent | 68fd137868a0f9abc6746f0bb868f6ef53badb40 (diff) | |
download | perl-422af00a325a1ad9ccc3d4fb7a0c04b9ab88ade6.tar.gz |
Nit in Configure (bleadperl@6961)
Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
p4raw-id: //depot/perl@6977
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Sep 1 02:17:50 EET DST 2000 [metaconfig 3.0 PL70] +# Generated on Fri Sep 1 17:46:55 EET DST 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >/tmp/c1$$ <<EOF @@ -4051,8 +4051,8 @@ for thisincl in $inclwanted; do if $test -d $thisincl; then if $test x$thisincl != x$usrinc; then case "$dflt" in - *$thisincl*);; - *) dflt="$dflt -I$thisincl";; + *" -I$thisincl "*);; + *) dflt="$dflt -I$thisincl ";; esac fi fi @@ -4088,6 +4088,7 @@ esac case "$dflt" in ''|' ') dflt=none;; esac + $cat <<EOH Your C compiler may want other flags. For this question you should include |