From 10b6496960eb19eed31db12e81de2ab11ad1a746 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Feb 03 2005 16:48:28 +0000 Subject: Ooops, unquote arguments to configure --- diff --git a/NetworkManager.spec b/NetworkManager.spec index cccdfa9..313864c 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -27,7 +27,7 @@ ExcludeArch: s390 s390x %endif %if %{build_fc4} -%define release_extension 3.0 +%define release_extension 3.1 %endif @@ -119,7 +119,7 @@ functionality from applications that use glib. %build %if %{build_fc4} -%define configure_args "--with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named" +%define configure_args --with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named %else %define configure_args %{nil} %endif