* [vincent] fix autotools for various compilation problems

* [vincent] fix indexer compilation. Patch from Winfried
This commit is contained in:
Vincent Torri
2011-09-30 21:14:25 +00:00
parent 656628e69b
commit f4734d6b4d
11 changed files with 33 additions and 22 deletions

View File

@@ -116,10 +116,6 @@ AC_ARG_ENABLE([jpwl],
AC_MSG_CHECKING([whether to build the JPWL library])
AC_MSG_RESULT([${want_jpwl}])
if test "x${want_jpwl}" = "xyes" ; then
AC_DEFINE(USE_JPWL, [1], [define to 1 if you use jpwl])
fi
AM_CONDITIONAL([WANT_JPWL], [test "x${want_jpwl}" = "xyes"])
# JPIP