Skip to content

Commit f054a08

Browse files
committed
build: remove AX_GCC_FUNC_ATTRIBUTE test for dllimport
The result of this test isn't currently used anywhere (we use dllimport based on MSC_VER in libconsensus).
1 parent 7cd0a69 commit f054a08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,8 +813,6 @@ if test x$ac_cv_sys_large_files != x &&
813813
CPPFLAGS="$CPPFLAGS -D_LARGE_FILES=$ac_cv_sys_large_files"
814814
fi
815815

816-
AX_GCC_FUNC_ATTRIBUTE([dllimport])
817-
818816
if test x$use_glibc_compat != xno; then
819817
AX_CHECK_LINK_FLAG([[-Wl,--wrap=__divmoddi4]], [COMPAT_LDFLAGS="$COMPAT_LDFLAGS -Wl,--wrap=__divmoddi4"])
820818
AX_CHECK_LINK_FLAG([[-Wl,--wrap=log2f]], [COMPAT_LDFLAGS="$COMPAT_LDFLAGS -Wl,--wrap=log2f"])

0 commit comments

Comments
 (0)