Changeset 2dcf453 in git for m4


Ignore:
Timestamp:
Apr 21, 2011, 5:35:09 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c11134635f1c630b4ed9fce19e8f14bf19a53736
Parents:
6d28ba7962ff547926c1a0ce553ff7070a77746e
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-04-21 17:35:09+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:27+01:00
Message:
do not compile dynamic modules unless ENABLE_P_PROCS_DYNAMIC=true
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/p-procs.m4

    r6d28ba7 r2dcf453  
    2121[
    2222AC_ARG_ENABLE(p-procs-static,
    23 [  --enable-p-procs-static  Enable statically compiled p_Procs-modules
     23[  --enable-p-procs-static Enable statically compiled p_Procs-modules
    2424],
    2525[if test $enableval = yes; then
    2626     ENABLE_P_PROCS_STATIC="yes"
     27     ENABLE_P_PROCS_DYNAMIC="no"
    2728 else
    2829     ENABLE_P_PROCS_STATIC="no"
     
    3132
    3233AC_ARG_ENABLE(p-procs-dynamic,
    33 [  --enable-p-procs-dynamic  Enable dynamically compiled p_Procs-modules
     34[  --enable-p-procs-dynamic Enable dynamically compiled p_Procs-modules
    3435],
    3536[if test $enableval = yes; then
    3637     ENABLE_P_PROCS_DYNAMIC="yes"
     38     ENABLE_P_PROCS_STATIC="no"
    3739 else
    3840     ENABLE_P_PROCS_DYNAMIC="no"
Note: See TracChangeset for help on using the changeset viewer.