aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 3c0056cc..1bbc9769 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,7 +145,7 @@ is_darwin=no
# guess-rev.sh only exists in the repository, not in the released archives
AC_MSG_CHECKING([whether to build a release])
-if test -f $srcdir/guess-rev.sh ; then
+if test -x $srcdir/guess-rev.sh ; then
build_release=no
else
build_release=yes