Browse Source

Remove dead code in configure.ac: old stb_image define

Bart van Strien 1 year ago
parent
commit
ae0f2916ed
1 changed files with 0 additions and 6 deletions
  1. 0 6
      platform/unix/configure.ac

+ 0 - 6
platform/unix/configure.ac

@@ -41,12 +41,6 @@ AS_VAR_IF([enable_osx], [no], [], #else
 		  AC_SUBST([LDFLAGS], ["${LDFLAGS} -framework CoreFoundation -framework Cocoa"])
 		  AC_SUBST([LDFLAGS], ["${LDFLAGS} -framework CoreFoundation -framework Cocoa"])
 		  AC_SUBST([CPPFLAGS], ["${CPPFLAGS} -I../platform/macosx"]))
 		  AC_SUBST([CPPFLAGS], ["${CPPFLAGS} -I../platform/macosx"]))
 
 
-# stb_image sse2 override (https://github.com/nothings/stb/issues/280)
-AC_ARG_ENABLE([stbi-sse2-override],
-			  AC_HELP_STRING([--enable-stbi-sse2-override], [Force stb_image SSE2 support]), [], [enable_stbi_sse2_override=no])
-AS_VAR_IF([enable_stbi_sse2_override], [no], [], #else
-		  AC_SUBST([CPPFLAGS], ["${CPPFLAGS} -DLOVE_STBI_SSE2_OVERRIDE"]))
-
 # --with-lua and --with-luaversion
 # --with-lua and --with-luaversion
 AC_ARG_WITH([lua], [AS_HELP_STRING([--with-lua], [Select the lua implementation])],
 AC_ARG_WITH([lua], [AS_HELP_STRING([--with-lua], [Select the lua implementation])],
 	[], [with_lua=luajit])
 	[], [with_lua=luajit])