Mercurial > libpst
comparison configure.in @ 100:1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 02 Oct 2008 15:29:36 -0700 |
parents | b7f456946c5b |
children | 1b2a4fac1303 |
comparison
equal
deleted
inserted
replaced
99:b7f456946c5b | 100:1e4a7610d525 |
---|---|
81 | 81 |
82 # iconv on mac is a library | 82 # iconv on mac is a library |
83 SAVELIBS="${LIBS}" | 83 SAVELIBS="${LIBS}" |
84 AC_SEARCH_LIBS([iconv_open], [iconv]) | 84 AC_SEARCH_LIBS([iconv_open], [iconv]) |
85 if test "x${SAVELIBS}" != "x${LIBS}"; then | 85 if test "x${SAVELIBS}" != "x${LIBS}"; then |
86 all_libraries="/usr/lib $all_libraries" | 86 all_libraries="-L/usr/lib $all_libraries" |
87 AC_SUBST(all_libraries) | 87 AC_SUBST(all_libraries) |
88 AC_MSG_WARN([This should be building on Mac OSX, adding /usr/lib to the library path]) | |
88 fi | 89 fi |
89 | 90 |
90 # The following lines adds the --enable-pst-debug option to configure: | 91 # The following lines adds the --enable-pst-debug option to configure: |
91 # | 92 # |
92 # Give the user the choice to enter one of these: | 93 # Give the user the choice to enter one of these: |