Changeset 6d0563e in git


Ignore:
Timestamp:
May 3, 2011, 10:14:26 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
769f28d60d336f61783b5155674cfd7c687cf70a
Parents:
4ffb46760574267a3b7e88ba8caa65685be9bf2e
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-03 22:14:26+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:33+01:00
Message:
FIX: any linux can use dynamic modules, no?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/p-procs.m4

    r4ffb46 r6d0563e  
    1010AC_MSG_CHECKING(whether system supports dynamic modules)
    1111AS_CASE([$host],
    12   [*linux-gnu], [SUPPORTS_DYNAMIC_MODULES=yes],
     12  [*linux*], [SUPPORTS_DYNAMIC_MODULES=yes],
    1313  [*freebsd*], [SUPPORTS_DYNAMIC_MODULES=yes],
    1414  [*-sun-solaris2*], [SUPPORTS_DYNAMIC_MODULES=yes],
Note: See TracChangeset for help on using the changeset viewer.