From: Richard Levitte Date: Fri, 4 Mar 2016 14:41:42 +0000 (+0100) Subject: Have Configure display the value of SHARED_CFLAG X-Git-Tag: OpenSSL_1_1_0-pre4~162 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=63ee7129f1e034b4befd4706dc9ab471fc525e73;p=oweals%2Fopenssl.git Have Configure display the value of SHARED_CFLAG Reviewed-by: Andy Polyakov --- diff --git a/Configure b/Configure index fa1272b6e9..cbd93957eb 100755 --- a/Configure +++ b/Configure @@ -1751,6 +1751,7 @@ close(OUT); print "IsMK1MF =", ($builder eq "mk1mf" ? "yes" : "no"), "\n"; print "CC =$target{cc}\n"; print "CFLAG =$target{cflags} $config{cflags}\n"; +print "SHARED_CFLAG =$target{shared_cflag}\n"; print "DEFINES =",join(" ", @{$target{defines}}, @{$config{defines}}),"\n"; print "LFLAG =$target{lflags}\n"; print "PLIB_LFLAG =$target{plib_lflags}\n";