Update of /cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv31498
Modified Files: Tag: OPENOFFICE_ORG_1_1_2 rules Log Message: test if MOZILLA=n before disabling mozilla instead of != y Index: rules =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.214.2.3 retrieving revision 1.214.2.4 diff -u -d -r1.214.2.3 -r1.214.2.4 --- rules 13 Jun 2004 15:12:18 -0000 1.214.2.3 +++ rules 13 Jun 2004 21:56:00 -0000 1.214.2.4 @@ -171,7 +171,7 @@ # gcc 3.0 didn't understand -g1, but newer compilers do CONFIGURE_FLAGS+= --enable-symbols=SMALL - ifneq "$(MOZILLA)" "y" + ifeq "$(MOZILLA)" "n" CONFIGURE_FLAGS+= --disable-mozilla endif endif