diff --git a/configure b/configure index d732ce0..31be2e5 100755 --- a/configure +++ b/configure @@ -27602,7 +27602,7 @@ $as_echo_n "checking for libnghttp2 options with pkg-config... " >&6; } PKG_CONFIG_LIBDIR="$want_h2_path" export PKG_CONFIG_LIBDIR fi - $PKGCONFIG --exists libnghttp2 >/dev/null 2>&1 && echo 1` + $PKGCONFIG --exists httpd24-libnghttp2 >/dev/null 2>&1 && echo 1` if test -z "$itexists"; then PKGCONFIG="no" @@ -27622,7 +27622,7 @@ $as_echo "found" >&6; } export PKG_CONFIG_LIBDIR fi - $PKGCONFIG --libs-only-l libnghttp2` + $PKGCONFIG --libs-only-l httpd24-libnghttp2` { $as_echo "$as_me:${as_lineno-$LINENO}: -l is $LIB_H2" >&5 $as_echo "$as_me: -l is $LIB_H2" >&6;} @@ -27631,7 +27631,7 @@ $as_echo "$as_me: -l is $LIB_H2" >&6;} PKG_CONFIG_LIBDIR="$want_h2_path" export PKG_CONFIG_LIBDIR fi - $PKGCONFIG --cflags-only-I libnghttp2` + $PKGCONFIG --cflags-only-I httpd24-libnghttp2` { $as_echo "$as_me:${as_lineno-$LINENO}: -I is $CPP_H2" >&5 $as_echo "$as_me: -I is $CPP_H2" >&6;} @@ -27641,7 +27641,7 @@ $as_echo "$as_me: -I is $CPP_H2" >&6;} export PKG_CONFIG_LIBDIR fi - $PKGCONFIG --libs-only-L libnghttp2` + $PKGCONFIG --libs-only-L httpd24-libnghttp2` { $as_echo "$as_me:${as_lineno-$LINENO}: -L is $LD_H2" >&5 $as_echo "$as_me: -L is $LD_H2" >&6;}