This commit is contained in:
foobar 2006-01-03 13:25:33 +00:00
parent 33978e8e33
commit d70b36aec5

View File

@ -51,11 +51,11 @@ if test "$PHP_ICONV" != "no"; then
php_iconv_old_ld="$LDFLAGS"
LDFLAGS="-liconv $LDFLAGS"
AC_TRY_RUN([
#include <$PHP_ICONV_H_PATH>
int main() {
printf("%d", _libiconv_version);
return 0;
}
#include <$PHP_ICONV_H_PATH>
int main() {
printf("%d", _libiconv_version);
return 0;
}
],[
AC_MSG_RESULT(yes)
iconv_impl_name="gnu_libiconv"