Small adjustement for previous commit

This commit is contained in:
Thomas Schmitt 2017-01-27 16:05:37 +01:00
parent 6b020a3ab7
commit 6f6bf688d9
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,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])]