diff options
author | Monsta <[email protected]> | 2015-09-25 11:16:20 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-09-25 11:16:20 +0300 |
commit | 531a6d4ec6dfac8d6325f6c071f565084b0d820b (patch) | |
tree | 2df9ed92f27246508019c70c99057d00feee1912 /logview/src | |
parent | 7be1faa3ab2ea463b1585b7b8c84f23498130a6d (diff) | |
download | mate-utils-531a6d4ec6dfac8d6325f6c071f565084b0d820b.tar.bz2 mate-utils-531a6d4ec6dfac8d6325f6c071f565084b0d820b.tar.xz |
configure: drop useless --enable-deprecated option
Diffstat (limited to 'logview/src')
-rw-r--r-- | logview/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logview/src/Makefile.am b/logview/src/Makefile.am index 434c593f..e5b61d7c 100644 --- a/logview/src/Makefile.am +++ b/logview/src/Makefile.am @@ -6,7 +6,6 @@ AM_CPPFLAGS = \ -DDATADIR=\""$(datadir)"\" \ -DLOGVIEWINSTALLPREFIX=\""$(prefix)/\"" \ -DLOGVIEW_DATADIR=\""$(pkgdatadir)"\" \ - $(DISABLE_DEPRECATED) \ $(NULL) bin_PROGRAMS = mate-system-log |