X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.ad;h=186628e310a304a1ecd5528fcb9f9882d411b75f;hb=7a10e386467421bfac0ba425289250e61e566ce0;hp=21d47d37ce03b1db78dbdecb3cd8a7a75b39f446;hpb=7d0cb0875ea6adaac843bc8d7ee1d74666c99afd;p=silc.git diff --git a/configure.ad b/configure.ad index 21d47d37..186628e3 100644 --- a/configure.ad +++ b/configure.ad @@ -1015,7 +1015,7 @@ if test x$has_iconv = xtrue; then # (2) In glibc-2.1.2 and earlier there is a bug that messes up ob and # obl when args 2 and 3 are 0 (fixed in glibc-2.1.3). # - AC_CACHE_CHECK([whether this iconv is good enough], ac_iconv_good, + AC_CACHE_CHECK([whether this iconv is good enough], ac_cv_iconv_good, AC_TRY_RUN( [ #include @@ -1034,17 +1034,17 @@ if test x$has_iconv = xtrue; then } ], [ - ac_iconv_good=yes + ac_cv_iconv_good=yes ], [ - ac_iconv_good=no + ac_cv_iconv_good=no ], [ - ac_iconv_good=yes + ac_cv_iconv_good=yes ]) ) - if test x$ac_iconv_good = xno; then + if test x$ac_cv_iconv_good = xno; then AC_MSG_RESULT(Try using libiconv instead.) fi fi