Changeset c515ad in git


Ignore:
Timestamp:
Sep 25, 2011, 6:14:25 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
3de3f9ab13ec9653869bd4238e04e07baef77aec
Parents:
ebb444a1138dec379dd2d5ea481af6ab2c9549a1
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-25 18:14:25+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:28+01:00
Message:
FIX: enable shared libraries (LT_INIT)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rebb444 rc515ad  
    1515AM_SANITY_CHECK
    1616
    17 LT_INIT(dlopen disable-static)
     17LT_INIT([enable-shared])
    1818
    1919AC_PROG_CC
  • libpolys/configure.ac

    rebb444 rc515ad  
    1212# Turn off shared libraries during beta-testing, since they
    1313# make the build process take too long.
    14 LT_INIT([disable-shared])
     14LT_INIT([enable-shared])
    1515# LT_INIT(dlopen disable-static) # doesn't work on PowerPc!
    1616
Note: See TracChangeset for help on using the changeset viewer.