Changeset db4b293
- Timestamp:
- Mar 29, 2010, 10:08:45 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 4c97193
- Parents:
- 125fd21
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r59077f9 rdb4b293 128 128 AC_PROG_INSTALL 129 129 AC_PROG_RANLIB 130 AC_CHECK_PROG([HAVE_ZIP], [zip], [yes], [no]) 131 if test "x${HAVE_ZIP}" = "xno"; then 132 AC_MSG_ERROR([cannot find a 'zip' binary.]) 133 fi 130 134 131 135 AC_CONFIG_FILES([Makefile libfaim/Makefile perl/Makefile perl/modules/Makefile])
Note: See TracChangeset
for help on using the changeset viewer.