summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/directx.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/directx.m4 b/m4/directx.m4
index 4417023ee..61b241c0f 100644
--- a/m4/directx.m4
+++ b/m4/directx.m4
@@ -28,7 +28,7 @@ AC_DEFUN([AM_PATH_DIRECTX], [
#include <windows.h>
#include <ddraw.h>
#include <dsound.h>]],
- [[DirectDrawCreate(0, NULL, 0); DirectsoundCreate(0, NULL, 0)]])],
+ [[DirectDrawCreate(0, NULL, 0); DirectSoundCreate(0, NULL, 0)]])],
[have_directx=yes], [have_directx=no])
CPPFLAGS="$ac_save_CPPFLAGS"
LIBS="$ac_save_LIBS"