mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
9 lines
215 B
INI
9 lines
215 B
INI
#
|
|
# GNU sed has a version option, check for it.
|
|
# If not found build it.
|
|
#
|
|
%define has_gnu_sed %(sed --version > /dev/null 2>&1; echo $?)
|
|
%if %{has_gnu_sed} != 0
|
|
%include %{_configdir}/textproc/gsed-4.9.cfg
|
|
%endif
|