|
From: <ane...@us...> - 2010-02-06 18:09:44
|
Revision: 529
http://g15daemon.svn.sourceforge.net/g15daemon/?rev=529&view=rev
Author: aneurysm9
Date: 2010-02-06 18:09:38 +0000 (Sat, 06 Feb 2010)
Log Message:
-----------
Update configure.in to check for g15font support in libg15render-1.3
Modified Paths:
--------------
trunk/g15daemon-wip/configure.in
Modified: trunk/g15daemon-wip/configure.in
===================================================================
--- trunk/g15daemon-wip/configure.in 2010-02-05 04:38:41 UTC (rev 528)
+++ trunk/g15daemon-wip/configure.in 2010-02-06 18:09:38 UTC (rev 529)
@@ -21,7 +21,7 @@
# Checks for libraries.
AC_CHECK_LIB([g15], [initLibG15],,AC_MSG_ERROR(["libg15 (or its devel package) not found. please install it"]))
-AC_CHECK_LIB([g15render], [g15r_loadWbmpSplash],,AC_MSG_ERROR([">=libg15render-1.2 (or its devel package) not found. please install it"]))
+AC_CHECK_LIB([g15render], [g15r_requestG15DefaultFont],,AC_MSG_ERROR([">=libg15render-1.3 (or its devel package) not found. please install it"]))
AC_CHECK_LIB([m], [sin])
AC_CHECK_LIB([pthread], [pthread_mutex_init])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|