comparison 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
comparison
equal deleted inserted replaced
92:93ce964a3f92 93:cb14583c119a
1 AC_PREREQ(2.59) 1 AC_PREREQ(2.59)
2 AC_INIT(libpst,0.6.17,carl@five-ten-sg.com) 2 AC_INIT(libpst,0.6.18,carl@five-ten-sg.com)
3 AC_CONFIG_SRCDIR([config.h.in]) 3 AC_CONFIG_SRCDIR([config.h.in])
4 AC_CONFIG_HEADER([config.h]) 4 AC_CONFIG_HEADER([config.h])
5 5
6 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) 6 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
7 7
54 AC_FUNC_REALLOC 54 AC_FUNC_REALLOC
55 AC_FUNC_STRFTIME 55 AC_FUNC_STRFTIME
56 AC_FUNC_VPRINTF 56 AC_FUNC_VPRINTF
57 AC_CHECK_FUNCS([memchr memmove memset strcasecmp strchr strdup strerror strpbrk strrchr strstr strtol]) 57 AC_CHECK_FUNCS([memchr memmove memset strcasecmp strchr strdup strerror strpbrk strrchr strstr strtol])
58 58
59 # iconv on mac is a library
60 AC_SEARCH_LIBS([iconv_open], [iconv])
61
59 # The following lines adds the --enable-pst-debug option to configure: 62 # The following lines adds the --enable-pst-debug option to configure:
60 # 63 #
61 # Give the user the choice to enter one of these: 64 # Give the user the choice to enter one of these:
62 # --enable-pst-debug 65 # --enable-pst-debug
63 # --enable-pst-debug=yes 66 # --enable-pst-debug=yes