From: <fr...@us...> - 2008-11-18 04:54:32
|
Revision: 3837 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=3837&view=rev Author: fredm Date: 2008-11-18 04:54:27 +0000 (Tue, 18 Nov 2008) Log Message: ----------- Set glib status off if we can't find it (thanks, Chris Young). Modified Paths: -------------- trunk/libspectrum/configure.in trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/configure.in =================================================================== --- trunk/libspectrum/configure.in 2008-11-18 04:24:34 UTC (rev 3836) +++ trunk/libspectrum/configure.in 2008-11-18 04:54:27 UTC (rev 3837) @@ -108,6 +108,7 @@ 1.2.0, AC_DEFINE([HAVE_LIB_GLIB], 1, [Defined if we've got glib]) LIBS="$LIBS `glib-config --libs`", + glib=no AC_MSG_WARN(glib not found - using internal replacement) ) fi Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2008-11-18 04:24:34 UTC (rev 3836) +++ trunk/libspectrum/hacking/ChangeLog 2008-11-18 04:54:27 UTC (rev 3837) @@ -698,3 +698,5 @@ 20081109 doc/cvs-tags: document 0.5.0 branch tag. 20081118 test/Makefile.am: distribute empty.z80 and writeprotected.mdr test data files (Fred). +20081118 configure.in: set glib status off if we can't find it (thanks, Chris + Young) (Fred). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |