Changeset 9a78eb in git


Ignore:
Timestamp:
Feb 22, 2012, 8:27:41 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
860bce8d6f180df9bfb84d6dcde47a7e75486741
Parents:
2f376457799e4c7e356fd5ba215ecf23a7e0dec3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 20:27:41+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:10+01:00
Message:
FIX: repair dynamic modules (we didn't define HAVE_DYNAMIC_LOADING!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/p-procs.m4

    r2f3764 r9a78eb  
    7777if test x$ENABLE_P_PROCS_DYNAMIC = xyes; then
    7878  AC_DEFINE(HAVE_DL,1,enable dynamic modules)
     79  AC_DEFINE(HAVE_DYNAMIC_LOADING,1,enable dynamic modules)
    7980fi
    8081
Note: See TracChangeset for help on using the changeset viewer.