X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=configure;h=0637b105fb2a36ef0f0c296fb15d2ec5aa884eb4;hb=31b78ecd1fb6b755d51e3a17031819adc5891bc4;hp=97bc35e9ca7039bd7d81822709bee9145c7910f0;hpb=0290c589836641ad7bb39a97e45dfcf3d8603f23;p=fio.git diff --git a/configure b/configure index 97bc35e9..0637b105 100755 --- a/configure +++ b/configure @@ -1574,11 +1574,11 @@ if test "$http" != "yes" ; then http="no" fi if test "$disable_http" != "yes" && $(pkg-config --exists libcurl openssl); then - # http engine currently requires opaque HMAC_CTX present in openssl >= 1.1 if $(pkg-config --atleast-version=1.1.0 openssl); then - LIBS="$(pkg-config --libs libcurl openssl) $LIBS" - http="yes" + output_sym "CONFIG_HAVE_OPAQUE_HMAC_CTX" fi + LIBS="$(pkg-config --libs libcurl openssl) $LIBS" + http="yes" fi print_config "http engine" "$http"