Hi, with fvwm cvs, xft2 isn't detected with the following [EMAIL PROTECTED] ~/src/fvwm % ./utils/configure_dev.sh --prefix=/home/sa/local \ --enable-xft --with-xft-prefix=/usr/X11R6 \ --with-fontconfig-prefix=/usr/X11R6
this diff fixes it, hth, sa [EMAIL PROTECTED] (1)~/src/fvwm % diff -u acinclude.m4.orig acinclude.m4 --- acinclude.m4.orig Sun Jun 23 03:39:41 2002 +++ acinclude.m4 Sun Jun 23 03:51:14 2002 @@ -1159,7 +1159,7 @@ if test x$fc_config_exec_prefix != x ; then fc_config_args="$fc_config_args --exec-prefix=$fc_config_exec_prefix" if test x${FC_CONFIG+set} != xset ; then - FC_CONFIG=$fc_config_exec_prefix/bin/fontconfig-config + FC_CONFIG=$fc_config_exec_prefix/fontconfig-config fi fi if test x$fc_config_prefix != x ; then @@ -1349,6 +1349,7 @@ dnl AC_TRY_RUN([ #include <X11/Xft/Xft.h> +#include <fontconfig/fontconfig.h> #include <stdio.h> #include <stdlib.h> -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]