Changeset 10c32c9 for configure.ac


Ignore:
Timestamp:
Jun 20, 2013, 9:52:06 AM (12 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Parents:
80d7b44 (diff), e4b8f93 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge e4b8f937e213d2addfd212ab06571d541b2b532e into 80d7b445c48a5c63361e0ae972d0b0264d54ed65
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r80d7b44 re4b8f93  
    1010AC_PROG_CC
    1111AC_PROG_CC_C99
     12AC_PROG_LN_S
    1213
    1314AC_ARG_WITH([zephyr-default-format],
     
    140141AX_PROG_PERL_MODULES([Class::Accessor::Fast],,
    141142                     [AC_MSG_ERROR([cannot find perl module Class::Accessor::Fast.])])
     143AX_PROG_PERL_MODULES([ExtUtils::Depends],,
     144                     [AC_MSG_ERROR([cannot find perl module ExtUtils::Depends])])
    142145AX_PROG_PERL_MODULES([Glib],,
    143146                     [AC_MSG_ERROR([cannot find perl module Glib.])])
     147AX_PROG_PERL_MODULES([Module::Install::Base],,
     148                     [AC_MSG_ERROR([cannot find perl module Module::Install::Base])])
    144149AX_PROG_PERL_MODULES([PAR],,
    145150                     [AC_MSG_WARN([PAR.pm not found. Loadable modules will be disabled.])])
    146 AX_PROG_PERL_MODULES([ExtUtils::Depends],,
    147                      [AC_MSG_ERROR([cannot find perl module ExtUtils::Depends])])
    148151
    149152dnl Add CFLAGS and LIBS for glib-2.0
Note: See TracChangeset for help on using the changeset viewer.