support Intel compilers in OpenSSL configure.sh

Issue #1515 closed
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 (4)

  1. Log in to comment