Also don't force --with-curl
authorSam Hartman <hartmans@painless-security.com>
Tue, 3 Jan 2012 20:57:52 +0000 (15:57 -0500)
committerSam Hartman <hartmans@painless-security.com>
Tue, 3 Jan 2012 21:30:28 +0000 (16:30 -0500)
xmltooling.spec.in

index 184e7f2..245ac4c 100644 (file)
@@ -105,11 +105,7 @@ This package includes XML schemas and related files.
 %setup -q
 
 %build
-%if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600
-%configure %{?@PACKAGE_NAME@_options} --with-curl=/opt/shibboleth
-%else
 %configure %{?@PACKAGE_NAME@_options}
-%endif
 %{__make}
 
 %install