diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 26caaa6..ce8be8a 100644 --- a/configure.in +++ b/configure.in @@ -566,7 +566,7 @@ dnl AC_SUBST(AM_MAKEFLAGS) AM_MAKEFLAGS="" dnl Don't run test if MAKE is defined but is the empty string -if test ${MAKE}; then +if test -n "${MAKE-make}"; then AC_MSG_CHECKING([whether make will build with undefined variables]) |