summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMats Erik Andersson <gnu@gisladisker.se>2012-10-10 11:10:28 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-10 10:28:33 -0400
commitecedd9c50c50bb42accf27394193bb7ef80c75b0 (patch)
treeb1cc333064c0cd4a62352047c878aa1a42c62ca8 /configure.ac
parent70f75be199d8db959d313dc40111893fba56415f (diff)
Out-of-tree building of perl modules.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 11a5390fa..7333e03c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,7 +341,7 @@ AC_SUBST(dynlib_suffix)
# Do we have GNU tar?
AC_MSG_CHECKING([if you have a recent GNU tar])
-if $tar --version 2> /dev/null | grep -q GNU && tar cvf /dev/null --warning=no-timestamp ./configure > /dev/null; then
+if $tar --version 2> /dev/null | grep -q GNU && tar cvf /dev/null --warning=no-timestamp ./config.log > /dev/null; then
AC_MSG_RESULT(yes)
tarFlags="--warning=no-timestamp"
else