Changeset 1c89df8
- Timestamp:
- Sep 15, 2009, 4:22:38 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 3daca13
- Parents:
- d193e28
- git-author:
- Nelson Elhage <nelhage@mit.edu> (09/15/09 16:22:32)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (09/15/09 16:22:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rd193e28 r1c89df8 72 72 73 73 dnl Add CFLAGS for embeded perl 74 FOO=`perl -MExtUtils::Embed -e ccopts`75 AC_MSG_NOTICE([Adding perl CFLAGS ${ FOO}])76 CFLAGS= ${CFLAGS}\ ${FOO}74 PERL_CFLAGS=`perl -MExtUtils::Embed -e ccopts` 75 AC_MSG_NOTICE([Adding perl CFLAGS ${PERL_CFLAGS}]) 76 CFLAGS="${CFLAGS} ${PERL_CFLAGS}" 77 77 78 78 dnl Find the location of perl XSUBPP
Note: See TracChangeset
for help on using the changeset viewer.