OSDN Git Service

* configure.ac, config.h.in: Checking to have iconv() for utf-8
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Wed, 10 Jul 2002 17:43:06 +0000 (17:43 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Wed, 10 Jul 2002 17:43:06 +0000 (17:43 +0000)
conversion.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@349 6a8cc165-1e22-0410-a132-eb4e3f353aba

config.h.in
configure.ac

index bbb9ad0..ec67754 100644 (file)
@@ -40,6 +40,9 @@
 /* Define to 1 if you have the <grp.h> header file. */
 #undef HAVE_GRP_H
 
+/* Define to 1 if you have the `iconv' function. */
+#undef HAVE_ICONV
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
index 8d55a6c..f3e77c4 100644 (file)
@@ -59,6 +59,7 @@ AC_CHECK_FUNCS(strchr strdup memcpy memset memmove strcasecmp)
 AC_CHECK_FUNCS(mktime timelocal tzset ftime gettimeofday utime)
 AC_CHECK_FUNCS(mkdir rmdir ftruncate lchown mkstemp link)
 AC_CHECK_FUNCS(getpwuid getgrgid getpwnam getgrnam)
+AC_CHECK_FUNCS(iconv)
 AC_REPLACE_FUNCS(vsnprintf)
 
 if test $ac_header_dirent = no; then