Fix check of -DOPENSSL_USE_APPLINK in $config{cflags}
The previous fix wasn't right.
Also, change all (^|\s) and (\s|$) constructs to (?:^|\s) and (?:\s|$).
Perl seems to like that better.
Reviewed-by: Andy Polyakov <appro@openssl.org>
parent
1288f26f
Please register or sign in to comment