summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-09-23 02:10:45 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-09-23 02:10:45 +0100
commite17ae210c7f5f06c4c79efd5f35d6ebad36aa651 (patch)
tree2984139d2bb2cbbba923e629cf2d0fd3439be8a7 /m4
parent7360581b96550b66824053a9fc8903602a4db7a8 (diff)
parent11c825b340cc7ac470e32b992aa64cf3ec50b4ce (diff)
downloadxine-lib-e17ae210c7f5f06c4c79efd5f35d6ebad36aa651.tar.gz
xine-lib-e17ae210c7f5f06c4c79efd5f35d6ebad36aa651.tar.bz2
Merge from 1.1.
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"