Changeset 7761b3 in git


Ignore:
Timestamp:
Oct 2, 2014, 8:05:25 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
11230be82897165247a1227c2a1c3a381ae53775db74881fd8a3032a0c41ab85cf02cf0132eb1fc3
Parents:
0207021d88b5f3f7f91efe0829f4298e9f998adb
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-10-02 08:05:25+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-10-08 19:32:14+02:00
Message:
Fix configure test for built-ins / FreeBSD10
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    r020702 r7761b3  
    327327  AC_MSG_RESULT(yes)
    328328 
    329   L=""
     329  LL=""
    330330 
    331   for a in ${with_builtinmodules//,/ };
     331  for a in `echo ${with_builtinmodules}|tr ',' ' '`;
    332332  do
    333333    AC_MSG_CHECKING([whether to build-in '$a'?])
    334334   
    335       L+=" add($a)"
    336       LL+=" $a"
    337       BUILTIN_LIBS+=" dyn_modules/$a/$a.la"
     335      L="${L} add($a)"
     336      LL="${LL} $a"
     337      BUILTIN_LIBS="${BUILTIN_LIBS} dyn_modules/$a/$a.la"
    338338      AC_MSG_RESULT(yes)
    339339     
Note: See TracChangeset for help on using the changeset viewer.