Skip to content

Commit 063765c

Browse files
scopakinomyoga
andcommitted
fix(configure.ac): bourne sh compatibility
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
1 parent 2984bd1 commit 063765c

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
@@ -8,7 +8,7 @@ AC_PROG_LN_S
88
AC_PROG_MKDIR_P
99
AC_PROG_SED
1010
AC_ARG_WITH([pytest],[ --with-pytest=executable],[PYTEST="$withval"])
11-
if test ! "$PYTEST"; then
11+
if test "x$PYTEST" = x; then
1212
AC_CHECK_PROGS([PYTEST],[pytest pytest-3],[pytest])
1313
fi
1414
AC_CONFIG_FILES([

0 commit comments

Comments
 (0)