From 228e0b9df1c89197a0c1f09de27a2dd4e6b37c5d Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Wed, 16 Sep 2020 21:47:58 -0400 Subject: [PATCH] Fix casing here? --- platform/unix/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/unix/configure.ac b/platform/unix/configure.ac index 84a4b0dd1..e431f5744 100644 --- a/platform/unix/configure.ac +++ b/platform/unix/configure.ac @@ -81,7 +81,7 @@ AC_ARG_ENABLE([library-lua53], [ --disable-library-lua53 Turn off library lu # Select the libraries we need to build, based on the selected modules AS_VAR_IF([enable_module_filesystem], [yes], [enable_library_physfs=yes], [enable_library_physfs=no]) -AS_VAR_IF([enable_module_physics], [yes], [enable_library_Box2D=yes], [enable_library_Box2D=no]) +AS_VAR_IF([enable_module_physics], [yes], [enable_library_box2d=yes], [enable_library_box2d=no]) AS_VAR_IF([enable_module_image], [yes], [enable_library_ddsparse=yes], [enable_library_ddsparse=no]) AS_VAR_IF([enable_module_graphics], [yes], [enable_library_glad=yes], [enable_library_glad=no]) AS_VAR_IF([enable_module_graphics], [yes], [enable_library_glslang=yes], [enable_library_glslang=no])