Author: Diego Barrios Romero <[email protected]>
Date:   Sat Apr 13 12:40:41 2013 +0200

Remove Boost::Program Options dependency for synfig library

Boost Program Options is just a dependency of the synfig cli and so,
it is not required when linking against the synfig library.

---

 synfig-core/configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac
index 3696d95..2229990 100644
--- a/synfig-core/configure.ac
+++ b/synfig-core/configure.ac
@@ -432,7 +432,9 @@ AX_BOOST_PROGRAM_OPTIONS
 if test "x$ax_cv_boost_program_options" = "xno" ; then
        AC_MSG_ERROR([ ** You need to install Boost program-options library])
 fi
-CONFIG_DEPS="$CONFIG_DEPS boost_program_options"
+# Boost Program Options is just a dependency of the synfig cli and so,
+# not required to link against the synfig library.
+#CONFIG_DEPS="$CONFIG_DEPS boost_program_options"
 
 
 


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to