Skip to content

Commit

Permalink
Avoid GCC entirely.
Browse files Browse the repository at this point in the history
  • Loading branch information
verificatum committed Sep 10, 2022
1 parent 57b0e91 commit 5adae34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
AC_CHECK_HEADERS([gmp.h], ,
[AC_MSG_ERROR(["GNU MP header not found, see http://gmplib.org/"])])

gcc extract_GMP_CFLAGS.c -o extract_GMP_CFLAGS
${CC} extract_GMP_CFLAGS.c -o extract_GMP_CFLAGS

AC_MSG_NOTICE([Attempting to add locations of jni.h and jni_md.h.])

Expand Down

0 comments on commit 5adae34

Please sign in to comment.