X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=configure.in;h=ff4057b2e6a12f685776848eb539e14a0f1aafd4;hb=e66c65fd41928babb3ba2ae2dc58f13d25e57661;hp=ef37acddbac2d9435d1f22d8223d13f74aaf0c97;hpb=2cae0512cdf3544ff78b04f6c05a4cb585e50bb8;p=fontconfig.git diff --git a/configure.in b/configure.in index ef37acd..ff4057b 100644 --- a/configure.in +++ b/configure.in @@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library dnl version. This same version number must appear in fontconfig/fontconfig.h dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's dnl not possible to extract the version number here from fontconfig.h -AM_INIT_AUTOMAKE(fontconfig, 2.4.1) +AM_INIT_AUTOMAKE(fontconfig, 2.4.91) AM_MAINTAINER_MODE dnl libtool versioning @@ -186,8 +186,8 @@ else AC_TRY_LINK([#include ], [iconv_open ("from", "to");], - [use_iconv=true], - [use_iconv=false]) + [use_iconv=1], + [use_iconv=0]) if test x$use_iconv = x1; then ICONV_LIBS="-liconv"