* configure.ac (BOBJECTLIST_OWNERSHIP_IS_TEMPLATE_PARAMETER): Correct test.
This commit is contained in:
parent
4411d0de1d
commit
f3212fa420
1 changed files with 1 additions and 1 deletions
|
@ -2961,7 +2961,7 @@ re-configure with the option '--without-be-app'.])])
|
|||
static BObjectList<BStringItem, true> test;]], [])],
|
||||
[emacs_cv_bobjectlist_ownership_is_template_parameter=yes],
|
||||
[emacs_cv_bobjectlist_ownership_is_template_parameter=no])])
|
||||
AS_IF([test "x$emacs_cv_bobjectlist_ownership_is_template_parameter"],
|
||||
AS_IF([test "x$emacs_cv_bobjectlist_ownership_is_template_parameter" = "xyes"],
|
||||
[AC_DEFINE([BOBJECTLIST_OWNERSHIP_IS_TEMPLATE_PARAMETER], [1],
|
||||
[Define to 1 if BObjectList ownership is defined as a template parameter.])])
|
||||
AC_LANG_POP([C++])
|
||||
|
|
Loading…
Add table
Reference in a new issue