Skip to content

Commit 8953da8

Browse files
author
duke
committed
Backport b73228b51c1b1c59c8cd8ee7b14522edc12d564a
1 parent 76a55f2 commit 8953da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/autoconf/basic_tools.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_COMPLEX_TOOLS],
373373
374374
# Check if it's a GNU date compatible version
375375
AC_MSG_CHECKING([if date is a GNU compatible version])
376-
check_date=`$DATE --version 2>&1 | $GREP "GNU\|BusyBox"`
376+
check_date=`$DATE --version 2>&1 | $GREP "GNU\|BusyBox\|uutils"`
377377
if test "x$check_date" != x; then
378378
AC_MSG_RESULT([yes])
379379
IS_GNU_DATE=yes

0 commit comments

Comments
 (0)