From fb4d506e9011a5a072cc2e2127aab2985c284734 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sat, 28 Aug 2021 23:43:03 +0300 Subject: [PATCH] =?UTF-8?q?Let=20your=20=E2=80=98yes=E2=80=99=20not=20be?= =?UTF-8?q?=20=E2=80=98no=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6c948ea9..d529a998 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AM_SILENT_RULES([yes]) AC_CONFIG_MACRO_DIR([build-aux]) AM_CONDITIONAL([IS_SDIST], - [test -e .gitignore]) + [test ! -e .gitignore]) AC_DEFUN([AX_PROGVAR], [ test -n "$m4_toupper($1)" || { AC_PATH_PROG(m4_toupper($1), m4_default($2,$1)) }