X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=4bd7648a95b964c631f87081ae8b0d9bb4344326;hb=9c72728bd85e738350d8bd28fc9fd5cc26b80e1e;hp=73139486842052321f105605635bdf2bc5f711bf;hpb=e7752b8856bbfc1891f9504b152526e533e61ba5;p=deb_libcec.git diff --git a/configure.ac b/configure.ac index 7313948..4bd7648 100644 --- a/configure.ac +++ b/configure.ac @@ -313,6 +313,7 @@ CXXFLAGS="$CXXFLAGS -fPIC -Wall -Wextra -Wno-missing-field-initializers" if test "x$use_debug" = "xyes"; then CXXFLAGS="$CXXFLAGS -g" + AC_DEFINE(CEC_DEBUGGING,"1", "generate libCEC debug output") fi if test "x$optimisation" = "xyes"; then