Revision
138967
Author
cal@macports.org
Date
2015-07-25 04:40:05 -0700 (Sat, 25 Jul 2015)

Log Message

base: machista1.0: Remove obsolete comment about SWIG 1.x

Modified Paths

Diff

Modified: trunk/base/src/machista1.0/Makefile.in (138966 => 138967)


--- trunk/base/src/machista1.0/Makefile.in	2015-07-25 11:25:54 UTC (rev 138966)
+++ trunk/base/src/machista1.0/Makefile.in	2015-07-25 11:40:05 UTC (rev 138967)
@@ -27,7 +27,6 @@
 else
 	@echo "Building ${SWIG_SRCS} requires swig, which you apparently did not have installed when configuring MacPorts." >&2
 	@echo "Please install swig and re-run configure" >&2
-	@echo "I recommend installing SWIG 1.x in /opt/swig, because as of this writing SWIG 2.x-generated code does not compile warning-free" >&2
 	@echo "To use this SWIG, run configure as follows:" >&2
 	@echo "    SWIG=/opt/swig/bin/swig ./configure --your-usual-config-flags" >&2
 	@echo "If you checked out from svn you can also run svn revert in base/src/machista1.0 to get rid of this error" >&2