summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d43aaf2..87ebc57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,7 @@ AC_ARG_WITH(
)
AC_MSG_CHECKING([whether touch accepts -h])
ln -s conftest.none conftest.link
-if "${TOUCH}" -h conftest.link 1>/dev/null 2>&1; then
+if ${TOUCH} -h conftest.link 1>/dev/null 2>&1; then
if test -f conftest.none; then
AC_MSG_RESULT([no])
AC_SUBST([HAVE_TOUCH_NODEREF], [false])