1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

meson: drop unneeded check for grep

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-10-15 19:47:16 +02:00
parent b5487fa0b6
commit 9476ddba60

View File

@ -462,7 +462,6 @@ endif
#####################################################################
sed = find_program('sed')
grep = find_program('grep')
awk = find_program('awk')
m4 = find_program('m4')
stat = find_program('stat')