From: <pst...@us...> - 2013-01-04 00:02:28
|
Revision: 935 http://sourceforge.net/p/jazzplusplus/code/935 Author: pstieber Date: 2013-01-04 00:02:25 +0000 (Fri, 04 Jan 2013) Log Message: ----------- Updated the required wxWidgets version to 2.9.4. Modified Paths: -------------- trunk/jazz/configure.ac Modified: trunk/jazz/configure.ac =================================================================== --- trunk/jazz/configure.ac 2013-01-03 23:51:45 UTC (rev 934) +++ trunk/jazz/configure.ac 2013-01-04 00:02:25 UTC (rev 935) @@ -166,7 +166,7 @@ dnl Check for wxWidgets AM_OPTIONS_WXCONFIG -MIN_WX_VERSION="2.8.9" +MIN_WX_VERSION="2.9.4" AM_PATH_WXCONFIG( $MIN_WX_VERSION, [WX_FOUND=1], This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |