From: <pst...@us...> - 2008-11-08 22:42:45
|
Revision: 614 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=614&view=rev Author: pstieber Date: 2008-11-08 22:42:42 +0000 (Sat, 08 Nov 2008) Log Message: ----------- Added --static=no to the wx config args to prevent a consfigure warning. Modified Paths: -------------- tex2rtf/configure.ac Modified: tex2rtf/configure.ac =================================================================== --- tex2rtf/configure.ac 2008-11-08 22:11:40 UTC (rev 613) +++ tex2rtf/configure.ac 2008-11-08 22:42:42 UTC (rev 614) @@ -101,6 +101,7 @@ AC_MSG_ERROR(unknown system type ${host}.) esac + wx_config_args="--static=no" if test x$ac_arg_debug = xyes ; then wx_config_args="$wx_config_args --debug" fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |