summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-09-16 14:31:51 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-09-16 14:31:51 +0100
commit1822f5f47f8dece18ce572b1e475b75e74f69403 (patch)
tree82a48e8cbe9d8918f4563cad0b5a20c44b0b0c69 /m4
parentfe3589528d2cb774de7c0e3166b0e510b4b33662 (diff)
downloadxine-lib-1822f5f47f8dece18ce572b1e475b75e74f69403.tar.gz
xine-lib-1822f5f47f8dece18ce572b1e475b75e74f69403.tar.bz2
Correct a reported typo in the DirectX support check. [Bug 1795665]
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 6d023528e..999beff6d 100644
--- a/m4/directx.m4
+++ b/m4/directx.m4
@@ -38,7 +38,7 @@ AC_COMPILE_IFELSE(
int main() {
DirectDrawCreate(0, NULL, 0);
- DirectsoundCreate(0, NULL, 0);
+ DirectSoundCreate(0, NULL, 0);
return 0;
}