Author: AlbrechtS
Date: 2010-11-11 00:54:33 -0800 (Thu, 11 Nov 2010)
New Revision: 7815
Log:
fixed erroneous removal of three lines from fltk-config.cmake.in
(STR #2408)


Modified:
   branches/branch-1.3/fltk-config.cmake.in

Modified: branches/branch-1.3/fltk-config.cmake.in
===================================================================
--- branches/branch-1.3/fltk-config.cmake.in    2010-11-11 08:38:36 UTC (rev 
7814)
+++ branches/branch-1.3/fltk-config.cmake.in    2010-11-11 08:54:33 UTC (rev 
7815)
@@ -358,6 +358,9 @@
 fi
 
 if test "$echo_libs" = "yes"; then
+    USELIBS="$libdir/libfltk.a"
+
+    if test x$use_forms = xyes; then
         USELIBS="$libdir/libfltk_forms.a $USELIBS"
     fi
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to