From 6f6bf688d9b7c2ef9a6fa1b556be01f7f3ba6013 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 27 Jan 2017 16:05:37 +0100 Subject: [PATCH] Small adjustement for previous commit --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 7093b8d..80701e9 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -163,7 +163,7 @@ AC_DEFUN([LIBBURNIA_CHECK_LINUX_SCSI], #include #endif ], - [return;], + [;], [AC_MSG_RESULT([no])], [AC_DEFINE([Libburn_use_sg_dummY], [yes]) AC_MSG_RESULT([yes])]