Mercurial > libpst
comparison configure.in @ 129:fc11b1d1ad34
fix initial from header in mbox format.
start moving to PST_LE_GET* rather than LE*_CPU macros so we can eventually remove the pragma packing.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 05 Feb 2009 12:09:04 -0800 |
parents | 7f747c8c9d02 |
children | e35fd42bac05 |
comparison
equal
deleted
inserted
replaced
128:7f747c8c9d02 | 129:fc11b1d1ad34 |
---|---|
90 AC_PROG_CPP | 90 AC_PROG_CPP |
91 AC_PROG_INSTALL | 91 AC_PROG_INSTALL |
92 AC_PROG_LN_S | 92 AC_PROG_LN_S |
93 AC_PROG_LIBTOOL | 93 AC_PROG_LIBTOOL |
94 AC_PROG_MAKE_SET | 94 AC_PROG_MAKE_SET |
95 AC_PROG_RANLIB | |
96 | 95 |
97 | 96 |
98 # make sure we get large file support | 97 # make sure we get large file support |
99 AC_SYS_LARGEFILE | 98 AC_SYS_LARGEFILE |
100 AC_CHECK_SIZEOF(off_t) | 99 AC_CHECK_SIZEOF(off_t) |
127 AC_FUNC_MKTIME | 126 AC_FUNC_MKTIME |
128 AC_FUNC_REALLOC | 127 AC_FUNC_REALLOC |
129 fi | 128 fi |
130 AC_FUNC_STRFTIME | 129 AC_FUNC_STRFTIME |
131 AC_FUNC_VPRINTF | 130 AC_FUNC_VPRINTF |
132 AC_CHECK_FUNCS([memchr memmove memset strcasecmp strncasecmp strchr strdup strerror strpbrk strrchr strstr strtol]) | 131 AC_CHECK_FUNCS([memchr memmove memset regcomp strcasecmp strncasecmp strchr strdup strerror strpbrk strrchr strstr strtol]) |
133 | 132 |
134 | 133 |
135 # iconv on mac is a library | 134 # iconv on mac is a library |
136 SAVELIBS="$LIBS" | 135 SAVELIBS="$LIBS" |
137 AC_SEARCH_LIBS([iconv_open], [iconv]) | 136 AC_SEARCH_LIBS([iconv_open], [iconv]) |