X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;fp=configure.in;h=a16d3105c42667694cb927048fc5736fa118c156;hb=4def66d6820b46e9044c4e2a0e30b043b330e8d2;hp=75ee2ea43b4003c663d5fd5f8c00dc609418fc2f;hpb=00345ba775a0c12d7c68e1f28edbd17cbdbc96ef;p=collectd.git diff --git a/configure.in b/configure.in index 75ee2ea4..a16d3105 100644 --- a/configure.in +++ b/configure.in @@ -2557,34 +2557,34 @@ then #include ]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM( -[[[ +[[ #include #include #include #include #include #include -]]], -[[[ +]], +[[ int retval = TCA_STATS2; return (retval); -]]] +]] )], [AC_DEFINE([HAVE_TCA_STATS2], [1], [True if the enum-member TCA_STATS2 exists])]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM( -[[[ +[[ #include #include #include #include #include #include -]]], -[[[ +]], +[[ int retval = TCA_STATS; return (retval); -]]] +]] )], [AC_DEFINE([HAVE_TCA_STATS], 1, [True if the enum-member TCA_STATS exists])])