]> git.pld-linux.org Git - packages/3store.git/blame - glib2.patch
- fixed glib-requires in -devel package
[packages/3store.git] / glib2.patch
CommitLineData
a1caaefe
SS
1--- 3store-2.2.22/configure.in.orig 2009-10-26 14:54:36.757604429 +0100
2+++ 3store-2.2.22/configure.in 2009-10-26 15:02:47.223895797 +0100
3@@ -45,10 +45,7 @@
4 if test "$MYSQL_CONFIG" = false; then
5 AC_MSG_ERROR([Can't find mysql_config - are MySQL and the development tools installed?])
6 fi
7-AC_PATH_PROG([GLIB_CONFIG], [glib-config], [false], [$PATH:/sbin:/usr/sbin:/usr/local/sbin])
8-if test "$GLIB_CONFIG" = false; then
9- AC_MSG_ERROR([Can't find glib-config - You need to install libglib (and appropriate -devel package if using packages)])
10-fi
11+PKG_CHECK_MODULES(GLIB, glib-2.0)
12 AC_PATH_PROG([RAPTOR_CONFIG], [raptor-config], [false], [$PATH:/sbin:/usr/sbin:/usr/local/sbin])
13 if test "$RAPTOR_CONFIG" = false; then
14 AC_MSG_ERROR([Can't find raptor-config - You need to install libraptor 0.9.10+ from http://www.redland.opensource.ac.uk/raptor/])
15@@ -72,9 +69,6 @@
16 AC_C_INLINE
17 AC_C_BIGENDIAN
18
19-GLIB_LIBS=`$GLIB_CONFIG --libs`
20-GLIB_CFLAGS=`$GLIB_CONFIG --cflags`
21-
22 MYSQL_LIBS=`$MYSQL_CONFIG --libs`
23 MYSQL_CFLAGS=`$MYSQL_CONFIG --cflags`
24
This page took 0.633771 seconds and 4 git commands to generate.