Ooops, unquote arguments to configure

This commit is contained in:
Daniel Williams 2005-02-03 16:48:28 +00:00
parent 628015a4d7
commit 10b6496960

View File

@ -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