aboutsummaryrefslogtreecommitdiff
path: root/test/m4/miscellaneous.m4
blob: cc881edb76dcdd788548c1b2e595f0b616f0a1f4 (plain)
1
2
3
4
5
6
7
8
9
##########################################################################
# Enable/disable test-cpp
##########################################################################
test_cpp=no
AC_ARG_ENABLE([test-cpp],
    [  --enable-test-cpp       run basic test aginast cpp],
    [if test "x$enableval" = "xyes"; then
        test_cpp=yes
    fi])