summaryrefslogtreecommitdiff
path: root/m4/directx.m4
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-11-30 21:24:21 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-11-30 21:24:21 +0000
commitadd0bcc4c9191cb8980d0b6935ca5d51a9928d82 (patch)
tree1ef3c98b5183a299107193ceca9135e9f3c57bfc /m4/directx.m4
parent6d410af50e98533e07dd8ebb8fdd3870192f8a73 (diff)
downloadxine-lib-add0bcc4c9191cb8980d0b6935ca5d51a9928d82.tar.gz
xine-lib-add0bcc4c9191cb8980d0b6935ca5d51a9928d82.tar.bz2
Trim trailing space & reduce space+tab.
Diffstat (limited to 'm4/directx.m4')
-rw-r--r--m4/directx.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/directx.m4 b/m4/directx.m4
index 999beff6d..743403c72 100644
--- a/m4/directx.m4
+++ b/m4/directx.m4
@@ -6,7 +6,7 @@ dnl
dnl
dnl AM_PATH_DIRECTX([ACTION IF FOUND [, ACTION IF NOT FOUND]]))
dnl
-dnl It looks for DirectX, defines DIRECTX_CPPFLAGS, DIRECTX_AUDIO_LIBS and
+dnl It looks for DirectX, defines DIRECTX_CPPFLAGS, DIRECTX_AUDIO_LIBS and
dnl DIRECTX_VIDEO_LIBS.
dnl
AC_DEFUN([AM_PATH_DIRECTX], [
@@ -39,7 +39,7 @@ AC_COMPILE_IFELSE(
int main() {
DirectDrawCreate(0, NULL, 0);
DirectSoundCreate(0, NULL, 0);
-
+
return 0;
}
],