summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2006-12-03 19:10:31 -0800
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-12-04 11:24:57 +0000
commit5a7c70d6ca8b94092b0d31b2bf354dff7fe65494 (patch)
tree8763da68e035dbdd6f7d9347f42ac5b6a63a23f1 /Configure
parent235ac35db87eeb01f0e613de4bd82180b6fa10e8 (diff)
downloadperl-5a7c70d6ca8b94092b0d31b2bf354dff7fe65494.tar.gz
-DDEBUGGING=both doesn't set -g
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123> p4raw-id: //depot/perl@29448
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index a9e0af1cdb..3663cf90d5 100755
--- a/Configure
+++ b/Configure
@@ -26,7 +26,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue Nov 21 16:13:46 CET 2006 [metaconfig 3.0 PL70]
+# Generated on Mon Dec 4 12:24:11 CET 2006 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -4992,7 +4992,7 @@ case "$EBUGGING" in
esac
case "$DEBUGGING" in
--g|$define)
+-g|both|$define)
case "$optimize" in
*-g*) ;;
*) optimize="$optimize -g" ;;