diff options
| author | Matt Messier <mmessier@grapetv.org> | 2007-05-12 17:28:20 -0400 |
|---|---|---|
| committer | Matt Messier <mmessier@grapetv.org> | 2007-05-12 17:28:20 -0400 |
| commit | 525df80285aa9896df58be826eff17016a0077ab (patch) | |
| tree | 6346fcce96c225d78b620a401fee1c65356910b7 /m4/ioctl_request.m4 | |
| parent | 3146f2b79aacbfd102c6883ad15108350c18109a (diff) | |
| download | xine-lib-525df80285aa9896df58be826eff17016a0077ab.tar.gz xine-lib-525df80285aa9896df58be826eff17016a0077ab.tar.bz2 | |
Style consistency fixes. No functional change.
Diffstat (limited to 'm4/ioctl_request.m4')
| -rw-r--r-- | m4/ioctl_request.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]) |
