Changeset 0de04fa


Ignore:
Timestamp:
Jul 16, 2011, 12:34:02 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
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)
Message:
Check for AnyEvent and Glib in configure.ac

They're dependencies of the core perl code now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rf2a96c0 r0de04fa  
    109109AC_CHECK_LIB([perl], [perl_alloc],, AC_MSG_ERROR([No libperl found]))
    110110
     111AX_PROG_PERL_MODULES([AnyEvent],,
     112                     [AC_MSG_ERROR([cannot find perl module AnyEvent.])])
    111113AX_PROG_PERL_MODULES([Class::Accessor::Fast],,
    112114                     [AC_MSG_ERROR([cannot find perl module Class::Accessor::Fast.])])
     115AX_PROG_PERL_MODULES([Glib],,
     116                     [AC_MSG_ERROR([cannot find perl module Glib.])])
    113117AX_PROG_PERL_MODULES([PAR],,
    114118                     [AC_MSG_WARN([PAR.pm not found. Loadable modules will be disabled.])])
Note: See TracChangeset for help on using the changeset viewer.