diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-09-30 05:25:06 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-02 02:48:48 +0000 |
commit | d866897654588261ed8733ce10685e509cc36fb5 (patch) | |
tree | 416e6c0371bbcd3c3cd9aba2fcb91edb01a31b9f /Configure | |
parent | fc1e34ef4d3f6d72c8e17c636176f2e44b1aa9d5 (diff) | |
download | perl-d866897654588261ed8733ce10685e509cc36fb5.tar.gz |
minor Configure tweaks (via private mail)
Message-Id: <199809292325.CAA19737@alpha.hut.fi>
Subject: [PATCH] 5.005_52: the drizzle continues
p4raw-id: //depot/perl@1910
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Sep 29 00:08:14 EET DST 1998 [metaconfig 3.0 PL70] +# Generated on Wed Sep 30 02:04:24 EET DST 1998 [metaconfig 3.0 PL70] # (with additional metaconfig patches by jhi@iki.fi) cat >/tmp/c1$$ <<EOF @@ -3978,16 +3978,6 @@ none|recommended) dflt="$ccflags $dflt" ;; *) dflt="$ccflags";; esac -case "$usemultiplicity" in -$define) - case "$dflt" in - *-DMULTIPLICITY* ) ;; - *) dflt="$dflt -DMULTIPLICITY" - ;; - esac - ;; -esac - case "$dflt" in ''|' ') dflt=none;; esac |