Small adjustement for previous commit

This commit is contained in:
Thomas Schmitt 2017-01-27 16:03:05 +01:00
parent aa346379d5
commit 3cac9fe558
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ AC_DEFUN([LIBBURNIA_CHECK_LINUX_SCSI],
#include <scsi/scsi.h>
#endif
],
[return;],
[;],
[AC_MSG_RESULT([no])],
[AC_DEFINE([Libburn_use_sg_dummY], [yes])
AC_MSG_RESULT([yes])]