X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=configure.in;h=ff4057b2e6a12f685776848eb539e14a0f1aafd4;hb=026fe895e487d0a9607a8506ab8be2ff6022ea19;hp=5e3392fb1e055f876f403c4c642c58080f0c59c4;hpb=2373f904265a05761039cfc5fe305bf588e831c5;p=fontconfig.git diff --git a/configure.in b/configure.in index 5e3392f..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.2) +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"