--- comm-1.9.1/mail/installer/Makefile.in 2009-12-05 02:53:48.000000000 +0100 +++ comm-1.9.1/mail/installer/Makefile.in-gil 2009-12-20 16:45:28.000000000 +0100 @@ -95,9 +95,11 @@ # mozconfig instead. ifndef MAIL_PKG_SHARED ifndef BUILD_STATIC_LIBS +ifeq (BUILD_STATIC_LIBS, 1) $(error you need an "--enable-static" build to package a build) endif endif +endif # On mozilla-central, packager.mk uses core_abspath to redefine DIST # As the comm-central config.mk doesn't set it, do it ourselves instead