forked from pool/coccinelle
Jan Engelhardt
a12bc842ea
- Fix build with ocaml-4.03 Use ocaml-parmap and ocaml-menhir instead of old built-in copies Use ocaml-pcre OBS-URL: https://build.opensuse.org/request/show/397728 OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=50
16 lines
346 B
Diff
16 lines
346 B
Diff
---
|
|
setup/cocci.m4 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/setup/cocci.m4
|
|
+++ b/setup/cocci.m4
|
|
@@ -285,7 +285,7 @@ AC_DEFUN([AC_COCCI_TOOL],
|
|
AC_SUBST([$1], [no])
|
|
],
|
|
[dnl find the tool
|
|
- AC_COCCI_FINDTOOL([$1],[[$]$1])
|
|
+ AC_COCCI_FINDTOOL([$1],[$2])
|
|
])
|
|
|
|
AS_IF([test -z "[$]$1" -o "x[$]$1" = xno],
|