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 /mate-dictionary/libgdict | |
parent | 7be1faa3ab2ea463b1585b7b8c84f23498130a6d (diff) | |
download | mate-utils-531a6d4ec6dfac8d6325f6c071f565084b0d820b.tar.bz2 mate-utils-531a6d4ec6dfac8d6325f6c071f565084b0d820b.tar.xz |
configure: drop useless --enable-deprecated option
Diffstat (limited to 'mate-dictionary/libgdict')
-rw-r--r-- | mate-dictionary/libgdict/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-dictionary/libgdict/Makefile.am b/mate-dictionary/libgdict/Makefile.am index d4783f4c..c8cb3fa5 100644 --- a/mate-dictionary/libgdict/Makefile.am +++ b/mate-dictionary/libgdict/Makefile.am @@ -8,7 +8,6 @@ AM_CPPFLAGS = -DG_LOG_DOMAIN=\"Gdict\" \ -DMATELOCALEDIR=\""$(mateutilslocaledir)"\" \ -DGDICTSOURCESDIR=\""$(datadir)/mate-dict/sources"\" \ -DGDICT_ENABLE_INTERNALS \ - $(DISABLE_DEPRECATED) \ $(NULL) sources_h = \ |