summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-05 04:58:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-05 04:58:19 +0000
commit905b569b737d87f031302b674a7102086fde6f88 (patch)
tree98c61491a88d53bb7b1679e945926aca9ab69f5c /contrib
parentAdd python support. (diff)
downloadrtems-905b569b737d87f031302b674a7102086fde6f88.tar.bz2
Fix %bcond_without/with python conditional.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gdb/gdb.add4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add
index fddcf8c30b..07aeae559a 100644
--- a/contrib/crossrpms/gdb/gdb.add
+++ b/contrib/crossrpms/gdb/gdb.add
@@ -62,9 +62,9 @@ BuildRequires: %{_host_rpmprefix}ncurses-devel
%if "%{gdb_version}" >= "6.8.50"
%if "%{_build}" != "%{_host}"
# Can't build python Cdn-X
-%bcond_without python
-%else
%bcond_with python
+%else
+%bcond_without python
%endif
%endif
%{?with_python:BuildRequires: %{_host_rpmprefix}python-devel}