Changeset 9a78eb in git


Ignore:
Timestamp:
Feb 22, 2012, 8:27:41 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.