Changeset 2d3ed95


Ignore:
Timestamp:
Mar 29, 2010, 10:09: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:
b4a95fc
Parents:
4c97193
git-author:
Nelson Elhage <nelhage@mit.edu> (03/28/10 12:03:40)
git-committer:
Nelson Elhage <nelhage@mit.edu> (03/29/10 22:09:45)
Message:
Check for some perl modules.

These are the modules needed by the core barnowl. We should probably
eventually check for the ones Jabber and IRC need, too.

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

Legend:

Unmodified
Added
Removed
  • configure.ac

    r4c97193 r2d3ed95  
    9999AC_CHECK_LIB([perl], [perl_alloc],, AC_MSG_ERROR([No libperl found]))
    100100
     101AX_PROG_PERL_MODULES([Class::Accessor::Fast],,
     102                     [AC_MSG_ERROR([cannot find perl module Class::Accessor::Fast.])])
     103AX_PROG_PERL_MODULES([PAR],,
     104                     [AC_MSG_WARN([PAR.pm not found. Loadable modules will be disabled.])])
     105
    101106dnl Add CFLAGS and LDFLAGS for glib-2.0
    102107PKG_CHECK_MODULES(GLIB,glib-2.0)
Note: See TracChangeset for help on using the changeset viewer.