Compare commits

..

No commits in common. "cb6b493df6f2281c3c1e3129014823c7c3e0fa88" and "c992b2ba8900238c3a50f26dcdab34b4ee8296a7" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -4024,7 +4024,7 @@ then :
printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
fi
if $PKGCONFIG --exists zlib
if $PKCONFIG --exists zlib
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5

View File

@ -103,7 +103,7 @@ AC_SUBST([PKGCONFIG_REQUIRES])
dnl ZLIB
AC_MSG_CHECKING([for zlib via pkg-config])
AS_IF([$PKGCONFIG --exists zlib], [
AS_IF([$PKCONFIG --exists zlib], [
AC_MSG_RESULT([yes])
LIBS="$($PKGCONFIG --libs zlib) $LIBS"
CPPFLAGS="$($PKGCONFIG --cflags zlib) $CPPFLAGS"