Skip to content

Commit

Permalink
Let your ‘yes’ not be ‘no’
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 28, 2021
1 parent fcc8d66 commit fb4d506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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)) }
Expand Down

0 comments on commit fb4d506

Please sign in to comment.