From 78da8ae75b151a70a72bb6ab4e13ca14759d02d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 7 Feb 2012 14:51:31 +0000 Subject: [PATCH] missing backslash, fix early line end --- libreoffice.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index 2614055..6a60104 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -869,8 +869,7 @@ autoconf --with-build-version="Ver: %{version}-%{release}" --with-unix-wrapper=%{name} \ --disable-ldap --disable-epm --disable-mathmldtd \ --disable-gnome-vfs --enable-gio --enable-symbols --enable-lockdown \ - --enable-evolution2 --enable-cairo --enable-dbus --enable-opengl --enable-vba \ - %{?with_binfilter:--enable-binfilter} + --enable-evolution2 --enable-dbus --enable-opengl --enable-vba \ --enable-ext-presenter-minimizer --enable-ext-nlpsolver \ --enable-ext-presenter-console --enable-ext-pdfimport \ --enable-ext-wiki-publisher --enable-ext-report-builder \ @@ -884,7 +883,7 @@ autoconf %{with_lang} --with-poor-help-localizations="$POORHELPS" \ --with-external-tar=`pwd`/ext_sources --with-java-target-version=1.5 \ --without-system-sampleicc \ - %{distrooptions} + %{distrooptions} %{?with_binfilter:--enable-binfilter} mkdir -p ext_sources cp %{SOURCE4} ext_sources