config: Fix the without_rtems macro.

This commit is contained in:
Chris Johns 2013-08-21 12:36:08 +10:00
parent 869b8a6bd3
commit 407f7ffb43

View File

@ -5,7 +5,7 @@
# #
# Optionally disable building the RTEMS kernel via the command line. # Optionally disable building the RTEMS kernel via the command line.
# #
%if %{without_rtems} %if %{defined without_rtems}
%define rtems_kernel_build 0 %define rtems_kernel_build 0
%else %else
%define rtems_kernel_build 1 %define rtems_kernel_build 1