From 3cac9fe5585088bfc58b96cbe9df30ff230767e0 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 27 Jan 2017 16:03:05 +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 0ebbd8e0..00c3486b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -390,7 +390,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])]