X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=4bd7648a95b964c631f87081ae8b0d9bb4344326;hb=8cd2b85af8e7210497ccd612396b5e73557172f3;hp=73139486842052321f105605635bdf2bc5f711bf;hpb=7ff1180d98816f50d45282032e7f1155faa3e1c9;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