blob: 73ec0088cc0f6ae1a6bfe119aeee96deb66810f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- configure.orig Thu Mar 3 03:43:20 2005
+++ configure Thu Mar 3 03:44:40 2005
@@ -20306,10 +20306,10 @@
echo "${ECHO_T}$XRENDER_LIBS" >&6
else
XRENDER_CFLAGS=""
- XRENDER_LIBS=""
+ XRENDER_LIBS="-lXrender"
+ succeeded=yes
## If we have a custom action on failure, don't print errors, but
## do set a variable so people can do so.
- XRENDER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xrender >= 0.6"`
fi
|