From f9059d4eee8e53c0a6b531fff16e1fade58cb8b0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 19 Nov 2012 17:41:01 +0100 Subject: Key all browser plugin features to --enable-nsplugin ...instead of having them spread across --enable-nsplugin (plug LO into browser windows) and --enable-mozilla (plug browser plugins into LO documents). The ultimate goal is to clean up the various configure options mentioning "mozilla" and WITH_MOZILLA. Change-Id: I6f4b1c3a5701424f586cc1e303af90c9d59a91b6 --- postprocess/packcomponents/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postprocess/packcomponents/makefile.mk') diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 47c6c2bb40dd..d8d6eddfb1ee 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -298,7 +298,7 @@ my_components += \ component/wizards/com/sun/star/wizards/web/web .END -.IF "$(WITH_MOZILLA)" != "NO" +.IF "$(ENABLE_NSPLUGIN)" == "YES" my_components += component/extensions/source/plugin/pl .END -- cgit