summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 14:00:31 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 14:00:59 (EDT)
commitbbb96d7c6324aecf305809af959fb405d30ef355 (patch)
treeab899bd6c2f6e332b986f462b0508e8ea97981d0 /configure.ac
parente896bac2af929d6c59e6fdad20b41d69d32848fd (diff)
ob-buildopk: Check for touch -d at run time
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index df02367..f241f94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,20 +150,6 @@ AC_ARG_WITH(
fi
]
)
-AC_MSG_CHECKING([whether touch accepts -h])
-ln -s conftest.none conftest.link 1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
-if ${TOUCH} -h conftest.link 1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD; then
- if test -f conftest.none; then
- AC_MSG_RESULT([no])
- AC_SUBST([HAVE_TOUCH_NODEREF], [false])
- else
- AC_MSG_RESULT([yes])
- AC_SUBST([HAVE_TOUCH_NODEREF], [true])
- fi
-else
- AC_MSG_RESULT([no])
- AC_SUBST([HAVE_TOUCH_NODEREF], [false])
-fi
AC_ARG_WITH(
[tar],