- configure.ac: fix message u modifier ignored since D is the default (see U)

This commit is contained in:
max_10
2022-11-07 21:22:46 +01:00
committed by Thilo Graf
parent 0b4820e931
commit c7ce7d70fa

View File

@@ -38,6 +38,11 @@ AC_PROG_CXX
AC_DISABLE_STATIC
LT_INIT
# Set default for ARFLAGS, since autoconf does not have a macro for it.
# This allows people to set it when running configure or make
test -n "$ARFLAGS" || ARFLAGS="cr"
AC_SUBST(ARFLAGS)
# Add build information to local_build_config.h.tmp
# -------------------------------------------------
rm -f local_build_config.h.tmp