From: Vadim Zeitlin Date: Wed, 3 May 2006 17:10:29 +0000 (+0000) Subject: remove non existing AM_OPTIONS_WXRC: it results in an error with aclocal 1.4, even... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a32689b3712fb1f47249a961217bcbeccb9b23a?ds=sidebyside remove non existing AM_OPTIONS_WXRC: it results in an error with aclocal 1.4, even though it's inside a comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxwin.m4 b/wxwin.m4 index 9b0eaccf2e..52c55e2e6e 100644 --- a/wxwin.m4 +++ b/wxwin.m4 @@ -289,7 +289,6 @@ dnl AC_ARG_ENABLE(...) dnl AC_ARG_WITH(...) dnl ... dnl AM_OPTIONS_WXCONFIG -dnl AM_OPTIONS_WXRC dnl ... dnl AM_PATH_WXCONFIG(2.6.0, wxWin=1) dnl if test "$wxWin" != 1; then