Changeset db4b293


Ignore:
Timestamp:
Mar 29, 2010, 10:08:45 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
4c97193
Parents:
125fd21
Message:
Add a check for the 'zip' program.

Reviewed-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r59077f9 rdb4b293  
    128128AC_PROG_INSTALL
    129129AC_PROG_RANLIB
     130AC_CHECK_PROG([HAVE_ZIP], [zip], [yes], [no])
     131if test "x${HAVE_ZIP}" = "xno"; then
     132   AC_MSG_ERROR([cannot find a 'zip' binary.])
     133fi
    130134
    131135AC_CONFIG_FILES([Makefile libfaim/Makefile perl/Makefile perl/modules/Makefile])
Note: See TracChangeset for help on using the changeset viewer.