Changeset e1761c in git


Ignore:
Timestamp:
Apr 19, 2011, 4:56:49 PM (12 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
8c99125adf3766ea3c93c4198e3f4aeed1b29b5f
Parents:
72b8801dbb1081f0965bc77daff3ec9da62f800a
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-04-19 16:56:49+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:20+01:00
Message:
define HAVE_DL in m4/p-procs.m4, SING_CHECK_P_PROCS
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r72b880 re1761c  
    3434config.status
    3535ntl/*
     36libpolys/misc/auxiliary.h
    3637libpolys/polys/templates/p_Procs_Generate
    3738libpolys/polys/templates/p_Procs.inc
  • libpolys/misc/auxiliary.h.in

    r72b880 re1761c  
    2626#define HAVE_PLURAL
    2727#endif
     28
     29#ifndef HAVE_DL
     30#define HAVE_DL
     31#endif
     32
    2833
    2934// no factory yet...
  • m4/p-procs.m4

    r72b880 re1761c  
    6060fi
    6161
     62if test x$ENABLE_P_PROCS_DYNAMIC = xyes; then
     63  AC_DEFINE(HAVE_DL,1,enable dynamic modules)
     64fi
     65
    6266AM_CONDITIONAL([ENABLE_P_PROCS_DYNAMIC],[test x$ENABLE_P_PROCS_DYNAMIC = xyes])
    6367AM_CONDITIONAL([ENABLE_P_PROCS_STATIC],[test x$ENABLE_P_PROCS_STATIC = xyes])
Note: See TracChangeset for help on using the changeset viewer.