From: <pst...@us...> - 2008-11-08 22:11:42
|
Revision: 613 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=613&view=rev Author: pstieber Date: 2008-11-08 22:11:40 +0000 (Sat, 08 Nov 2008) Log Message: ----------- Bumped up the required wx version to 2.8.9 and appended wx config args. Modified Paths: -------------- tex2rtf/configure.ac Modified: tex2rtf/configure.ac =================================================================== --- tex2rtf/configure.ac 2008-11-07 18:46:50 UTC (rev 612) +++ tex2rtf/configure.ac 2008-11-08 22:11:40 UTC (rev 613) @@ -102,13 +102,13 @@ esac if test x$ac_arg_debug = xyes ; then - wx_config_args=--debug + wx_config_args="$wx_config_args --debug" fi dnl Check for wxWidgets AM_OPTIONS_WXCONFIG -AM_PATH_WXCONFIG(2.8.7, wxWin=1) +AM_PATH_WXCONFIG(2.8.9, wxWin=1) if test "$wxWin" != 1; then AC_MSG_ERROR([ @@ -119,7 +119,7 @@ directory where wxWidgets libraries are installed (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH or equivalent variable, and the - wxWidgets version is 2.8.7 or above. + wxWidgets version is 2.8.9 or above. ]) fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |