blob: 3b4edc46ffb7f3ee253b29df216edd041412c4d8 [file] [log] [blame]
diff -aruN a/lsof_4.85_src/Configure b/lsof_4.85_src/Configure
--- a/lsof_4.85_src/Configure 2011-09-27 10:27:40.000000000 -0700
+++ b/lsof_4.85_src/Configure 2012-01-02 13:14:04.450661164 -0800
@@ -5318,8 +5318,8 @@
$LSOF_CC ${LSOF_TMPC}.c -o ${LSOF_TMPC}.x > /dev/null 2>&1
if test -x ${LSOF_TMPC}.x # {
then
- ./${LSOF_TMPC}.x
- if test $? -eq 0 # }
+ ./${LSOF_TMPC}.x > /dev/null 2>&1
+ if test $? -eq 0 || test "X$LINUX_CLIB" != "X" # }
then
LSOF_CFGF="$LSOF_CFGF -DHAS_STRFTIME"
echo "present"