c1d7100b60
* Bug-fix release
14 lines
423 B
Text
14 lines
423 B
Text
$NetBSD: patch-aa,v 1.2 2005/08/04 10:40:38 adam Exp $
|
|
|
|
--- configure.orig 2005-08-03 10:14:05.000000000 +0000
|
|
+++ configure
|
|
@@ -10336,7 +10336,8 @@ if test "${ac_cv_lib_Xft_XftInit+set}" =
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lXft $LIBS"
|
|
+LIBS="`xft-config --libs` $LIBS"
|
|
+CFLAGS="$CFLAGS `xft-config --cflags`"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|