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 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;
}