From 525df80285aa9896df58be826eff17016a0077ab Mon Sep 17 00:00:00 2001 From: Matt Messier Date: Sat, 12 May 2007 17:28:20 -0400 Subject: Style consistency fixes. No functional change. --- m4/ioctl_request.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/ioctl_request.m4') diff --git a/m4/ioctl_request.m4 b/m4/ioctl_request.m4 index b90559592..8ded72504 100644 --- a/m4/ioctl_request.m4 +++ b/m4/ioctl_request.m4 @@ -40,7 +40,7 @@ AC_DEFUN([AC_IOCTL_REQUEST], [ int ioctl(int fd, $ac_ioctl_request_type request, ...);]], [[]])], [ac_cv_ioctl_request=$ac_ioctl_request_type], []) done - if test "x$ac_cv_ioctl_request" = "x"; then + if test x"$ac_cv_ioctl_request" = x""; then AC_MSG_ERROR([Unable to determine the type for ioctl() request parameter]) fi ]) -- cgit v1.2.3