Changeset d87c94 in git


Ignore:
Timestamp:
Aug 29, 2005, 1:42:11 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e57f12901bbb514ebe5a68a91cf7a1b219feee0e
Parents:
a6b093094ac0e5e31cf9e9a4475eeb8825b7325b
Message:
*bricken: autoconf like functionality


git-svn-id: file:///usr/local/Singular/svn/trunk@8582 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/python/SConstruct

    ra6b093 rd87c94  
    1111if not conf.CheckCXXHeader('boost/python.hpp'):
    1212    print 'Boost/python must be installed'
     13    Exit(1)
     14
     15if not conf.CheckCXXHeader('boost/shared_ptr.hpp'):
     16    print 'Boost must be installed'
    1317    Exit(1)
    1418   
Note: See TracChangeset for help on using the changeset viewer.