diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 720a0bab..f1ffacc4 100644 --- a/configure.ac +++ b/configure.ac @@ -315,6 +315,7 @@ if test "x$KMS_ONLY" = xyes; then fi AM_CONDITIONAL(DEBUG, test x$DEBUG != xno) +AM_CONDITIONAL(FULL_DEBUG, test x$FULL_DEBUG == xfull) if test "x$DEBUG" = xno; then AC_DEFINE(NDEBUG,1,[Disable internal debugging]) fi |