From 1822f5f47f8dece18ce572b1e475b75e74f69403 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 16 Sep 2007 14:31:51 +0100 Subject: Correct a reported typo in the DirectX support check. [Bug 1795665] --- m4/directx.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') 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; } -- cgit v1.2.3