diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-01-11 15:14:55 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-01-11 15:14:55 -0500 |
commit | a29c831f3c44cecc992e620180f43d91ed93b913 (patch) | |
tree | 5a9e6118c4d33acb749d474889d22230dcae69b1 /configure.ac | |
parent | 430ea2fff639f31b868e025002a32ba473c7bd07 (diff) | |
download | gtk+-a29c831f3c44cecc992e620180f43d91ed93b913.tar.gz |
Remove an unused define
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 062354222f..eae81ccec5 100644 --- a/configure.ac +++ b/configure.ac @@ -501,11 +501,6 @@ else fi fi - -AC_DEFINE_UNQUOTED(GTK_COMPILED_WITH_DEBUGGING, "${enable_debug}", - [Define if debugging is enabled]) - - # Build time sanity check... AM_SANITY_CHECK |