Changeset 2dcf453 in git for m4/p-procs.m4
- Timestamp:
- Apr 21, 2011, 5:35:09 PM (13 years ago)
- Branches:
- (u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/p-procs.m4
r6d28ba7 r2dcf453 21 21 [ 22 22 AC_ARG_ENABLE(p-procs-static, 23 [ --enable-p-procs-static 23 [ --enable-p-procs-static Enable statically compiled p_Procs-modules 24 24 ], 25 25 [if test $enableval = yes; then 26 26 ENABLE_P_PROCS_STATIC="yes" 27 ENABLE_P_PROCS_DYNAMIC="no" 27 28 else 28 29 ENABLE_P_PROCS_STATIC="no" … … 31 32 32 33 AC_ARG_ENABLE(p-procs-dynamic, 33 [ --enable-p-procs-dynamic 34 [ --enable-p-procs-dynamic Enable dynamically compiled p_Procs-modules 34 35 ], 35 36 [if test $enableval = yes; then 36 37 ENABLE_P_PROCS_DYNAMIC="yes" 38 ENABLE_P_PROCS_STATIC="no" 37 39 else 38 40 ENABLE_P_PROCS_DYNAMIC="no"
Note: See TracChangeset
for help on using the changeset viewer.