diff options
author | Noel Grandin <noel@peralex.com> | 2012-12-06 11:12:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2012-12-06 11:14:24 +0200 |
commit | 6d77e0cb1571bf7868672619ccc424a03550ac3b (patch) | |
tree | 74d809b65ed9446d487847c5b2df93d7be95ee97 /config_host.mk.in | |
parent | 1ec666e2c2570e246d2603e6bf5754aaa08f4b92 (diff) |
Bug 57917 - --enable-ext-oooblogger does not work with Python 3
Remove the oooblogger extension. It is unmaintained and the original
author (caolan) wants it dead.
Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 03972128af9a..04b15757156f 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -408,7 +408,6 @@ export NUMBERTEXT_EXTENSION_PACK=@NUMBERTEXT_EXTENSION_PACK@ @x_OBJCFLAGS@ export OBJCFLAGS=@OBJCFLAGS@ @x_OBJCXXFLAGS@ export OBJCXXFLAGS=@OBJCXXFLAGS@ export OBJDUMP=@OBJDUMP@ -export OOOBLOGGER_EXTENSION_PACK=@OOOBLOGGER_EXTENSION_PACK@ export OOODMAKEMODE=YES export OOOP_FONTS_PACK=@OOOP_FONTS_PACK@ export OOOP_GALLERY_PACK=@OOOP_GALLERY_PACK@ |