Changeset 148d3c in git for m4/options.m4
- Timestamp:
- May 19, 2011, 5:39:53 AM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c8204aefe85bd27523a76a77f4ae555c156bdc21
- Parents:
- 3199ac3605af0f6ec91729ae32d5704af6105991
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-19 05:39:53+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:08+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/options.m4
r3199ac r148d3c 33 33 ENABLE_FACTORY="no" 34 34 fi 35 ],[ENABLE_FACTORY=" yes"])35 ],[ENABLE_FACTORY="no"]) 36 36 37 37 if test x$ENABLE_FACTORY = xyes; then 38 FACTORY_CFLAGS="" 39 FACTORY_LIBS="-lfactory" 40 41 AC_SUBST(FACTORY_CFLAGS) 42 AC_SUBST(FACTORY_LIBS) 43 38 44 AC_DEFINE(HAVE_FACTORY,1,Enable factory) 39 45 fi 46 47 40 48 41 49 AM_CONDITIONAL([ENABLE_FACTORY],[test x$ENABLE_FACTORY = xyes])
Note: See TracChangeset
for help on using the changeset viewer.