Changeset 1485
- Timestamp:
- 07/22/04 00:39:49 (4 years ago)
- Files:
-
- trunk/swish_php/config.m4 (modified) (2 diffs)
- trunk/swish_php/swishe.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish_php/config.m4
r1276 r1485 26 26 AC_MSG_ERROR([Please reinstall the swish-e distribution or fix path in --with-swishe]) 27 27 else 28 if test -z "$SWISHE_DIR/ src/swish.h"; then28 if test -z "$SWISHE_DIR/include/swish.h"; then 29 29 AC_MSG_RESULT([swish.h not found]) 30 30 AC_MSG_ERROR([Please install the swish-e distribution or give a proper path]) … … 38 38 39 39 dnl # --with-swishe -> add include path 40 PHP_ADD_INCLUDE($SWISHE_DIR/ src)40 PHP_ADD_INCLUDE($SWISHE_DIR/include) 41 41 42 42 dnl # --with-swishe -> chech for lib trunk/swish_php/swishe.c
r1381 r1485 730 730 731 731 FETCH_SEARCH(); 732 SwishS tructure(search->swishe_search_handle, structure);732 SwishSetStructure(search->swishe_search_handle, structure); 733 733 } 734 734 /* }}} */ … … 803 803 804 804 FETCH_SEARCH(); 805 SwishRe SetSearchLimit(search->swishe_search_handle);805 SwishResetSearchLimit(search->swishe_search_handle); 806 806 } 807 807 /* }}} */
