Revision: 7138
http://svn.sourceforge.net/mahogany/?rev=7138&view=rev
Author: vadz
Date: 2006-10-19 17:20:40 -0700 (Thu, 19 Oct 2006)
Log Message:
-----------
require wx 2.7.1+ and only link to the wx libraries we need
Modified Paths:
--------------
trunk/M/configure.in
Modified: trunk/M/configure.in
===================================================================
--- trunk/M/configure.in 2006-10-17 22:49:41 UTC (rev 7137)
+++ trunk/M/configure.in 2006-10-20 00:20:40 UTC (rev 7138)
@@ -928,7 +928,7 @@
dnl --------------------------------------------------------------------------
dnl check for wxWidgets installation\xA4
-AM_PATH_WXCONFIG(2.5.2,wxOK=1)
+AM_PATH_WXCONFIG(2.7.1, wxOK=1,, [adv,base,core,html,net,qa])
if test "$wxOK" != 1; then
AC_MSG_ERROR([
@@ -1440,10 +1440,6 @@
case "$dir" in
CVS | */CVS | \
lib/imap/* | \
- extra/src/c-client | \
- extra/src/compface | \
- extra/src/imap* | \
- extra/src/libmal*)
# ignore
;;
@@ -1533,4 +1529,4 @@
exit 0
-dnl vi: set noet ts=8 sw=4 nolist sta comments+=\:dnl:
+dnl vi: set noet ts=8 sw=4 nolist sta:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates