From 838518be7e24f7d64a19b875fa0edfd5ba401868 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 16 Nov 2004 11:56:52 +0000 Subject: [PATCH] suppress output of wx-config --static to fix problems introduced by wx-config rewrite git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxwin.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxwin.m4 b/wxwin.m4 index 9bda660143..07df4e4679 100644 --- a/wxwin.m4 +++ b/wxwin.m4 @@ -167,7 +167,7 @@ AC_DEFUN([AM_PATH_WXCONFIG], dnl what the user actually wants, making this redundant at best. dnl For now keep it in case anyone actually used it in the past. AC_MSG_CHECKING([for wxWindows static library]) - WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs` + WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>&1 > /dev/null` if test -n "$WX_LIBS_STATIC"; then AC_MSG_RESULT(yes) fi -- 2.45.2