repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ZAP: Reduce leaf array and free chunks fragmentation
[zfs.git]
/
config
/
always-cppcheck.m4
blob
fa5a3398d9239b4e44bc4d2c4d249f30abd85926
1
dnl #
2
dnl # Check if cppcheck is available.
3
dnl #
4
AC_DEFUN([ZFS_AC_CONFIG_ALWAYS_CPPCHECK], [
5
AC_CHECK_PROG([CPPCHECK], [cppcheck], [cppcheck])
6
if test -z "$CPPCHECK"; then
7
CPPCHECK='@printf "skipping cppcheck because cppcheck is not installed\n"'
8
fi
9
])