File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2011, 2020 , Oracle and/or its affiliates. All rights reserved.
2+ # Copyright (c) 2011, 2022 , Oracle and/or its affiliates. All rights reserved.
33# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44#
55# This code is free software; you can redistribute it and/or modify it
@@ -356,9 +356,9 @@ AC_DEFUN_ONCE([BASIC_SETUP_COMPLEX_TOOLS],
356356 fi
357357 AC_SUBST ( IS_GNU_TIME )
358358
359- # Check if it's GNU date
360- AC_MSG_CHECKING ( [ if date is the GNU version] )
361- check_date=`$DATE --version 2>&1 | $GREP GNU`
359+ # Check if it's a GNU date compatible version
360+ AC_MSG_CHECKING ( [ if date is a GNU compatible version] )
361+ check_date=`$DATE --version 2>&1 | $GREP " GNU\|BusyBox" `
362362 if test "x$check_date" != x; then
363363 AC_MSG_RESULT ( [ yes] )
364364 IS_GNU_DATE=yes
You can’t perform that action at this time.
0 commit comments