diff --git a/configure.ac b/configure.ac index fca2038062e..cf04faf6d10 100644 --- a/configure.ac +++ b/configure.ac @@ -1468,9 +1468,6 @@ if test "x$use_ccache" != "xno"; then fi AC_MSG_RESULT($use_ccache) fi -if test "x$use_ccache" = "xyes"; then - AX_CHECK_PREPROC_FLAG([-Qunused-arguments],[CPPFLAGS="-Qunused-arguments $CPPFLAGS"]) -fi dnl enable wallet AC_MSG_CHECKING([if wallet should be enabled])