Code

integration tests: Use LD_PRELOAD instead of chrpath.
[sysdb.git] / configure.ac
index 7b8d801dbb04c3b10c0b373074e18e781e94d448..2e55bc70d687a162cdb61a5969f90c2a299e80c8 100644 (file)
@@ -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")