1dnl ----------------------------------------------------------------
2dnl Test callback for use with ACSM.
3dnl ----------------------------------------------------------------
4
5dnl Currently we don't bother with extra tests ourselves.
6dnl
7dnl This is in the ACSM namespace because it is a "callback" from an
8dnl ACSM macro.
9
10AC_DEFUN([ACSM_TEST_CXX_ALL],
11  [
12    # Roll the dice!
13    have_cxx_all=yes
14  ])
15