really change defaults for use of modular X and lcms (#224156) Resolves:

#224156
This commit is contained in:
Nils Philippsen 2007-02-07 15:49:42 +00:00
parent c52a9baba2
commit 99c8ac8dbe

View File

@ -10,12 +10,12 @@
# print: build the print plugin (if you don't build it externally)
# convenience: install convenience symlinks
%if 0%{?fedora} < 5 && 0%{?redhat} < 5
%define _enable_modularX 0%{?_with_modular_x:1}
%define _enable_lcms 0%{?_with_lcms:1}
%else
%if 0%{?fedora}%{?redhat} == 0 || 0%{?fedora} >= 5 || 0%{?redhat} >= 5
%define _enable_modularX 0%{!?_without_modular_x:1}
%define _enable_lcms 0%{!?_without_lcms:1}
%else
%define _enable_modularX 0%{?_with_modular_x:1}
%define _enable_lcms 0%{?_with_lcms:1}
%endif
%define _enable_python 0%{!?_without_python:1}
@ -400,6 +400,9 @@ fi
%{_libdir}/pkgconfig/*
%changelog
* Wed Feb 07 2007 Nils Philippsen <nphilipp@redhat.com>
- really change defaults for use of modular X and lcms (#224156)
* Thu Feb 01 2007 Nils Philippsen <nphilipp@redhat.com>
- change defaults for use of modular X and lcms (#224156)