Changeset 1485 for trunk/swish_php/config.m4
- Timestamp:
- 07/22/04 00:39:49 (4 years ago)
- Files:
-
- trunk/swish_php/config.m4 (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
