X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=2e55bc70d687a162cdb61a5969f90c2a299e80c8;hb=06769c46a69ec7ab6166688cb91840c9b6ff071d;hp=7b8d801dbb04c3b10c0b373074e18e781e94d448;hpb=f583e8aebf51c49bd03d2dc4a8ecc9d5d5a3b3ef;p=sysdb.git diff --git a/configure.ac b/configure.ac index 7b8d801..2e55bc7 100644 --- a/configure.ac +++ b/configure.ac @@ -398,9 +398,8 @@ AC_SUBST([A2X]) integration_tests="yes" AC_PATH_PROG([VALGRIND], [valgrind]) -AC_PATH_PROG([CHRPATH], [chrpath]) -if test "x$VALGRIND" = "x" || test "x$CHRPATH" = "x"; then - integration_tests="no (missing valgrind and/or chrpath)" +if test "x$VALGRIND" = "x"; then + integration_tests="no (missing valgrind)" fi AM_CONDITIONAL([INTEGRATION_TESTING], test "x$integration_tests" = "xyes")