Skip to content

Commit

Permalink
Fix autoconf test for --enable-jit=auto (#396)
Browse files Browse the repository at this point in the history
The test is now done in sljitConfigCPU.h
  • Loading branch information
mjoerg authored Mar 23, 2024
1 parent cc4f5c2 commit 29764f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ if test "$enable_jit" = "auto"; then
CPPFLAGS=-I$srcdir
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
#define SLJIT_CONFIG_AUTO 1
#include "src/sljit/sljitConfigInternal.h"
#include "src/sljit/sljitConfigCPU.h"
#if (defined SLJIT_CONFIG_UNSUPPORTED && SLJIT_CONFIG_UNSUPPORTED)
#error unsupported
#endif]])], enable_jit=yes, enable_jit=no)
Expand Down

0 comments on commit 29764f9

Please sign in to comment.