Author: mike
Date: 2007-12-16 12:44:28 -0800 (Sun, 16 Dec 2007)
New Revision: 6001
Log:
Fix copy/paste error.


Modified:
   branches/branch-1.1/fltk-config.in

Modified: branches/branch-1.1/fltk-config.in
===================================================================
--- branches/branch-1.1/fltk-config.in  2007-12-16 18:51:17 UTC (rev 6000)
+++ branches/branch-1.1/fltk-config.in  2007-12-16 20:44:28 UTC (rev 6001)
@@ -314,11 +314,11 @@
     echo $libdir/libfltk.a
 
     if test x$use_forms = xyes; then
-        echo $libdir/libfltk_images.a
+        echo $libdir/libfltk_forms.a
     fi
 
     if test x$use_gl = xyes; then
-        echo $libdir/libfltk_images.a
+        echo $libdir/libfltk_gl.a
     fi
 
     if test x$use_images = xyes; then

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

Reply via email to