From 7eb39ec5d6db1220d4e95caa9b924810a365ef01 Mon Sep 17 00:00:00 2001 From: Sandeep Murthy Date: Thu, 23 Jan 2025 16:41:00 +0000 Subject: [PATCH] temp: test out tweaked ktools with md5sum fix for Macs --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a3a8e735..62349ef9 100644 --- a/configure.ac +++ b/configure.ac @@ -10,13 +10,13 @@ AC_CONFIG_MACRO_DIR([m4]) AC_LANG([C]) AC_LANG([C++]) -AC_MSG_CHECKING([Check for /usr/bin/md5sum ]) -if [[ -f /usr/bin/md5sum ]]; +AC_MSG_CHECKING([Check for /usr/bin/md5sum or /usr/local/bin/md5sum ]) +if [[ -f /usr/bin/md5sum ]] || [[ -f /usr/local/bin/md5sum ]]; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) - AC_MSG_NOTICE([ /usr/bin/md5sum not found - cannot do make check]) + AC_MSG_NOTICE([ /usr/bin/md5sum and /usr/local/bin/md5sum not found - cannot do make check]) fi AC_ARG_ENABLE(debug,