mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-04-30 20:36:46 +02:00
Compare commits
No commits in common. "cb6b493df6f2281c3c1e3129014823c7c3e0fa88" and "c992b2ba8900238c3a50f26dcdab34b4ee8296a7" have entirely different histories.
cb6b493df6
...
c992b2ba89
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user