Skip to content

Commit 02aa085

Browse files
committed
Merge pull request #1379 from saper/tapmode
Fix checking whether we can use TAP mode...
2 parents a61117a + 78140ad commit 02aa085

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
@@ -99,7 +99,7 @@ the --with-sass-spec-dir=<dir> argument.
9999

100100
# TODO: Remove this when automake requirements are 1.12+
101101
AC_MSG_CHECKING([whether we can use TAP mode])
102-
tmp=`$AWK '/TEST_LOG_DRIVER/' $srcdir/Makefile.in`
102+
tmp=`$AWK '/TEST_LOG_DRIVER/' $srcdir/GNUmakefile.in`
103103
if test "x$tmp" != "x"; then
104104
use_tap=yes
105105
else

0 commit comments

Comments
 (0)