summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 95445f9559..506b43dfca 100644
--- a/meson.build
+++ b/meson.build
@@ -380,7 +380,7 @@ endforeach
sed = find_program('sed')
grep = find_program('grep')
awk = find_program('awk')
-m4 = find_program('m4')
+m4 = find_program('/usr/bin/m4')
stat = find_program('stat')
# if -Dxxx-path option is found, use that. Otherwise, check in $PATH,