Dont need to tell configure to subst some vars as they are exported by default

This commit is contained in:
Hamish Coleman 2023-06-24 17:09:17 +01:00
parent 1581b74027
commit 4a724c10a2

View File

@ -125,11 +125,7 @@ AS_IF([test "x$enable_pthread" != xno],
AC_SUBST(CC)
AC_SUBST(AR)
AC_SUBST(WINDRES)
AC_SUBST(CFLAGS)
AC_SUBST(LDFLAGS)
AC_SUBST(N2N_LIBS_EXTRA)
AC_SUBST(TOOLS_ADDITIONAL)
AC_CONFIG_HEADERS(include/config.h)