Mercurial > libpst
diff configure.in @ 93:cb14583c119a
iconv changes for Mac
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 28 Aug 2008 15:25:53 -0700 |
parents | 631d02d30a1c |
children | ff1743cbe4aa |
line wrap: on
line diff
--- a/configure.in Tue Aug 05 12:09:19 2008 -0700 +++ b/configure.in Thu Aug 28 15:25:53 2008 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.17,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.18,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) @@ -56,6 +56,9 @@ AC_FUNC_VPRINTF AC_CHECK_FUNCS([memchr memmove memset strcasecmp strchr strdup strerror strpbrk strrchr strstr strtol]) +# iconv on mac is a library +AC_SEARCH_LIBS([iconv_open], [iconv]) + # The following lines adds the --enable-pst-debug option to configure: # # Give the user the choice to enter one of these: