Mercurial > libpst
diff 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 |
line wrap: on
line diff
--- a/configure.in Sun Sep 28 17:08:52 2008 -0700 +++ b/configure.in Thu Oct 02 15:29:36 2008 -0700 @@ -83,8 +83,9 @@ SAVELIBS="${LIBS}" AC_SEARCH_LIBS([iconv_open], [iconv]) if test "x${SAVELIBS}" != "x${LIBS}"; then - all_libraries="/usr/lib $all_libraries" + all_libraries="-L/usr/lib $all_libraries" AC_SUBST(all_libraries) + AC_MSG_WARN([This should be building on Mac OSX, adding /usr/lib to the library path]) fi # The following lines adds the --enable-pst-debug option to configure: