support Intel compilers in OpenSSL configure.sh

Issue #1515 resolved
Roland Haas created an issue

the configure script actively remove OpenMP flags from CFLAGS etc but only searches for -fopenmp but not for -openmp as used by (older) intel compilers.

The attached patch changes the used regular expression to fix this.

Keyword: OpenSSL
Keyword: backport

Comments (3)

  1. Log in to comment