summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-19 22:35:12 +0100
committerRichard Levitte <levitte@openssl.org>2015-03-19 22:49:51 +0100
commit21ab123770ff42d8c5b8e6b1372ecef4881b786d (patch)
tree9aa4612d136c90ecde7fd52f5476491f7b8b7ee3 /Configure
parent5e5d53d341fd9a9b9cc0a58eb3690832ca7a511f (diff)
If the target is an old style debug- target, it will not have debugging [cl]flags
Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index c038f85594..35f8f8be9a 100755
--- a/Configure
+++ b/Configure
@@ -1196,6 +1196,7 @@ if ($d) {
&usage if (!defined($table{$target})
|| $table{$target}->{template}
|| ($build_prefix eq "debug_"
+ && $target !~ /^debug-/
&& !($table{$target}->{debug_cflags}
|| $table{$target}->{debug_lflags})));