Skip to content

Commit fb4d506

Browse files
committed
Let your ‘yes’ not be ‘no’
1 parent fcc8d66 commit fb4d506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AM_SILENT_RULES([yes])
66
AC_CONFIG_MACRO_DIR([build-aux])
77

88
AM_CONDITIONAL([IS_SDIST],
9-
[test -e .gitignore])
9+
[test ! -e .gitignore])
1010

1111
AC_DEFUN([AX_PROGVAR], [
1212
test -n "$m4_toupper($1)" || { AC_PATH_PROG(m4_toupper($1), m4_default($2,$1)) }

0 commit comments

Comments
 (0)