Set AR_FLAGS in configure.ac to avoid build warning "ar: u' modifier ignored since D' is the default (see `U')"

This commit is contained in:
oparviainen 2018-08-08 20:09:20 +03:00
parent f71db0d2c3
commit 5c168a55ff

View File

@ -31,8 +31,8 @@ AC_DISABLE_STATIC dnl This makes libtool only build shared libs
AC_LANG(C++)
# Set AR_FLAGS to avoid build warning "ar: `u' modifier ignored since `D' is the default (see `U')"
AR_FLAGS='cr'
dnl ############################################################################