Changeset 0de04fa
- Timestamp:
- Jul 16, 2011, 12:34:02 AM (13 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 9c58232
- Parents:
- 5b24dc0
- git-author:
- David Benjamin <davidben@mit.edu> (07/10/11 18:24:44)
- git-committer:
- David Benjamin <davidben@mit.edu> (07/16/11 00:34:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rf2a96c0 r0de04fa 109 109 AC_CHECK_LIB([perl], [perl_alloc],, AC_MSG_ERROR([No libperl found])) 110 110 111 AX_PROG_PERL_MODULES([AnyEvent],, 112 [AC_MSG_ERROR([cannot find perl module AnyEvent.])]) 111 113 AX_PROG_PERL_MODULES([Class::Accessor::Fast],, 112 114 [AC_MSG_ERROR([cannot find perl module Class::Accessor::Fast.])]) 115 AX_PROG_PERL_MODULES([Glib],, 116 [AC_MSG_ERROR([cannot find perl module Glib.])]) 113 117 AX_PROG_PERL_MODULES([PAR],, 114 118 [AC_MSG_WARN([PAR.pm not found. Loadable modules will be disabled.])])
Note: See TracChangeset
for help on using the changeset viewer.