quote AM_PATH_WXCONFIG arguments before passing them to WX_CONFIG_CHECK, otherwise they're lost when using autoconf 2.13
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fa36fe3680
commit
fb5b13210e
4
wxwin.m4
4
wxwin.m4
@ -1042,6 +1042,8 @@ dnl Deprecated macro wrappers
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
AC_DEFUN([AM_OPTIONS_WXCONFIG], [WX_CONFIG_OPTIONS])
|
||||
AC_DEFUN([AM_PATH_WXCONFIG], [WX_CONFIG_CHECK])
|
||||
AC_DEFUN([AM_PATH_WXCONFIG], [
|
||||
WX_CONFIG_CHECK([$1],[$2],[$3],[$4],[$5])
|
||||
])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user