diff options
Diffstat (limited to 'm4/directx.m4')
-rw-r--r-- | m4/directx.m4 | 4 |
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; } ], |