diff options
author | rbuj <[email protected]> | 2020-07-06 11:39:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-13 12:00:45 +0200 |
commit | 94b46823d2ec0e4cd018f21ff7d583614e3e6bce (patch) | |
tree | e60e719c87474f8a8a9d41e84eb33d938e816f9b | |
parent | b2323a60ffa04720be21cb64559e6ae2252a8036 (diff) | |
download | mate-settings-daemon-94b46823d2ec0e4cd018f21ff7d583614e3e6bce.tar.bz2 mate-settings-daemon-94b46823d2ec0e4cd018f21ff7d583614e3e6bce.tar.xz |
build: Remove unused variable DEBUG_CFLAGS
-rw-r--r-- | configure.ac | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac index e7dbced..99f7153 100644 --- a/configure.ac +++ b/configure.ac @@ -385,25 +385,6 @@ dnl --------------------------------------------------------------------------- dnl - Finish dnl --------------------------------------------------------------------------- - -# -# Enable Debug -# -AC_ARG_ENABLE(debug, - [AC_HELP_STRING([--enable-debug], - [turn on debugging])], - , enable_debug=yes) -if test "$enable_debug" = "yes"; then - DEBUG_CFLAGS="-DG_ENABLE_DEBUG" -else - if test "x$enable_debug" = "xno"; then - DEBUG_CFLAGS="-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS" - else - DEBUG_CFLAGS="" - fi -fi -AC_SUBST(DEBUG_CFLAGS) - AC_OUTPUT([ Makefile mate-settings-daemon/Makefile |