Changeset 10c32c9 for configure.ac
- Timestamp:
- Jun 20, 2013, 9:52:06 AM (12 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r80d7b44 re4b8f93 10 10 AC_PROG_CC 11 11 AC_PROG_CC_C99 12 AC_PROG_LN_S 12 13 13 14 AC_ARG_WITH([zephyr-default-format], … … 140 141 AX_PROG_PERL_MODULES([Class::Accessor::Fast],, 141 142 [AC_MSG_ERROR([cannot find perl module Class::Accessor::Fast.])]) 143 AX_PROG_PERL_MODULES([ExtUtils::Depends],, 144 [AC_MSG_ERROR([cannot find perl module ExtUtils::Depends])]) 142 145 AX_PROG_PERL_MODULES([Glib],, 143 146 [AC_MSG_ERROR([cannot find perl module Glib.])]) 147 AX_PROG_PERL_MODULES([Module::Install::Base],, 148 [AC_MSG_ERROR([cannot find perl module Module::Install::Base])]) 144 149 AX_PROG_PERL_MODULES([PAR],, 145 150 [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])])148 151 149 152 dnl Add CFLAGS and LIBS for glib-2.0
Note: See TracChangeset
for help on using the changeset viewer.