Changeset 06e04a9 for configure.ac
- Timestamp:
- Feb 19, 2013, 8:28:55 PM (12 years ago)
- Branches:
- master, release-1.10
- Children:
- 353719a
- Parents:
- 6a20996
- git-author:
- Adam Glasgall <adam@crossproduct.net> (07/20/11 00:04:42)
- git-committer:
- David Benjamin <davidben@mit.edu> (02/19/13 20:28:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r58b6ce5 r06e04a9 127 127 AX_PROG_PERL_MODULES([PAR],, 128 128 [AC_MSG_WARN([PAR.pm not found. Loadable modules will be disabled.])]) 129 AX_PROG_PERL_MODULES([ExtUtils::Depends],, 130 [AC_MSG_ERROR([cannot find perl module ExtUtils::Depends])]) 129 131 130 132 dnl Add CFLAGS and LIBS for glib-2.0 … … 139 141 prefix="${ac_default_prefix}" 140 142 fi 143 144 dnl Add CFLAGS for glib-perl 145 GLIB_PERL_CFLAGS=`perl -MExtUtils::Depends -e 'my $e = ExtUtils::Depends->new("BarnOwl","Glib"); my %h = $e->get_makefile_vars; print $h{"INC"}'` 146 AC_MSG_NOTICE([Adding glib-perl CFLAGS ${GLIB_PERL_CFLAGS}]) 147 AM_CFLAGS="${GLIB_PERL_CFLAGS} ${AM_CFLAGS}" 141 148 142 149 dnl Checks for typedefs, structures, and compiler characteristics.
Note: See TracChangeset
for help on using the changeset viewer.