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

Origin commit data
------------------
Commit: 5f681dbbfc
Author: max_10 <max_10@gmx.de>
Date: 2022-10-29 (Sat, 29 Oct 2022)

Origin message was:
------------------
- configure.ac: fix message u modifier ignored since D is the default (see U)
This commit is contained in:
max_10
2022-10-29 00:23:17 +02:00
committed by vanhofen
parent 31713daa6d
commit cc655f12b6

View File

@@ -45,6 +45,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