Changeset d1fbbf in git for configure.ac
- Timestamp:
- Sep 10, 2012, 11:15:38 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 36ebfaa4578b6a83a5511dbbc252bdd925f2845ff768d91b15a3cda106e7c041c7889cda1828dbfe
- Parents:
- 60da76178ec79ee6647fded520f4de44f6a84da4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r60da76 rd1fbbf 132 132 AM_CONDITIONAL(WANT_DEBUG, test x"${ENABLE_DEBUG}" == xyes) 133 133 134 AC_ARG_ENABLE(countedref, AS_HELP_STRING([--enable-countedref], [Enable autoloading of reference counted types]), 135 [if test "x$enableval" = "xyes"; then 136 ENABLE_COUNTEDREF_AUTOLOAD=yes 137 fi], ENABLE_COUNTEDREF_AUTOLOAD=no) 138 139 if test x"${ENABLE_COUNTEDREF_AUTOLOAD}" == xyes; then 140 AC_DEFINE([SI_COUNTEDREF_AUTOLOAD],1,[Enable autoloading of reference counted types]) 141 AC_SUBST(SI_COUNTEDREF_AUTOLOAD) 142 fi 143 134 144 AC_CONFIG_SUBDIRS([findexec]) 135 145 AC_CONFIG_SUBDIRS([omalloc])
Note: See TracChangeset
for help on using the changeset viewer.