Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / stable / src / synfig / synfig.h
index 9059792..b56029c 100644 (file)
 
 /* === M A C R O S ========================================================= */
 
+#define SYNFIG_LEAN
+#undef SYNFIG_LEAN
 /*! \def SYNFIG_LEAN
 **     \brief Define this to remove unused features, speeding up compile time.
 **
 **     Define SYNFIG_LEAN if your plug-in
 **     or program doesn't use the synfig::Angle class
 **     or the rendering subsystem. This can speed up
-**     compiles. You may also wish to individualy
+**     compiles. You may also wish to individually
 **     use the macros SYNFIG_NO_ANGLE and
 **     SYNFIG_NO_RENDER.
 **     \see SYNFIG_NO_ANGLE, SYNFIG_NO_RENDER
@@ -72,7 +74,7 @@
 */
 #ifdef SYNFIG_TARGET
 # ifdef SYNFIG_NO_RENDER
-#  error You defined SYNFIG_TARGET, but also SYNFIG_NO_RENDER. This doesnt make sense.
+#  error You defined SYNFIG_TARGET, but also SYNFIG_NO_RENDER. This does not make sense.
 # endif
 # ifndef SYNFIG_NO_ANGLE
 #  define SYNFIG_NO_ANGLE