mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
Fix copy/paste error.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6001 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-2
@@ -314,11 +314,11 @@ if test "$echo_libs" = "yes"; then
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user