diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-12-16 20:44:28 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-12-16 20:44:28 +0000 |
| commit | 8f270ac7e3698e5c7b241ded290002d51fe415cc (patch) | |
| tree | e37f2426d1c54b91dd48d2b43def047b48542c9d /fltk-config.in | |
| parent | 3601f63659a59796ae74654f71647ea00abf32c3 (diff) | |
Fix copy/paste error.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6001 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fltk-config.in')
| -rwxr-xr-x | fltk-config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fltk-config.in b/fltk-config.in index c7910340e..fef38af66 100755 --- a/fltk-config.in +++ b/fltk-config.in @@ -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 |
