diff options
Diffstat (limited to 'source4/build/m4/check_perl.m4')
-rw-r--r-- | source4/build/m4/check_perl.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/m4/check_perl.m4 b/source4/build/m4/check_perl.m4 index 34a7e5e769..2e090ef7ce 100644 --- a/source4/build/m4/check_perl.m4 +++ b/source4/build/m4/check_perl.m4 @@ -14,5 +14,7 @@ if test x"$debug" = x"yes";then PERL="$PERL -W" fi +AC_PATH_PROG(YAPP, yapp, false) + PIDL_ARGS="" AC_SUBST(PIDL_ARGS) |