On Thu, 2007-01-11 at 01:20 +0000, Sandro Santilli wrote: > CVSROOT: /sources/gnash > Module name: gnash > Changes by: Sandro Santilli <strk> 07/01/11 01:20:49 > > Modified files: > . : ChangeLog configure.ac > > Log message: > * configure.ac: fltk gui requested and fltk2 dev package not > found > is a nogo.
> --- configure.ac 10 Jan 2007 19:54:43 -0000 1.231 > +++ configure.ac 11 Jan 2007 01:20:48 -0000 1.232 > @@ -15,7 +15,7 @@ > dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 > USA > dnl > > -dnl $Id: configure.ac,v 1.231 2007/01/10 19:54:43 bjacques Exp $ > +dnl $Id: configure.ac,v 1.232 2007/01/11 01:20:48 strk Exp $ > > AC_PREREQ(2.50) > AC_INIT(gnash, cvs) > @@ -672,6 +672,7 @@ > dnl is called libfltk2, we call the PKG macros separately. > GNASH_PKG_INCLUDES(fltk, [FL_API.h], [Fast Light Toolkit]) > GNASH_PKG_LIBS(fltk2, fl_window_flush, [Fast Light Toolkit]) > + GNASH_PKG_LIBS(fltk, fl_window_flush, [Fast Light Toolkit]) We actually really want to look for libfltk2 and not libfltk (please see the comment three lines up). If this change were right, I would have used GNASH_PKG_FIND. Bastiaan _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
