diff --git a/configure.ac b/configure.ac index a2d33ff5b66..2cb3a2dda59 100644 --- a/configure.ac +++ b/configure.ac @@ -1410,9 +1410,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])