--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- motif-2.3.4-orig/ac_find_xft.m4 +++ motif-2.3.4/ac_find_xft.m4 @@ -189,7 +189,7 @@ yes) case "$fc_config" in no) - FONTCONFIG_CFLAGS="" + FONTCONFIG_CFLAGS="`pkg-config fontconfig --cflags`" ;; *) FONTCONFIG_CFLAGS="`$fc_config --cflags`" @@ -208,7 +208,7 @@ yes) case "$fc_config" in no) - fontconfig_lib="" + FONTCONFIG_LIBS="`pkg-config fontconfig --libs`" ;; *) FONTCONFIG_LIBS="`$fc_config --libs`"