Add $X_LIBS path while searching for libfreetype

Dmitry Timoshkov dmitry at baikal.ru
Mon Oct 29 05:51:49 CST 2001


Hello.

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Add $X_LIBS path while searching for libfreetype.

--- cvs/wine/configure.in	Wed Oct 24 15:27:13 2001
+++ wine/configure.in	Wed Oct 24 17:46:22 2001
@@ -381,7 +381,7 @@
 AC_SUBST(CUPSLIBS)
 
 dnl **** Check for FreeType 2 ****
-AC_CHECK_LIB(freetype,FT_Init_FreeType,ft_lib=yes,ft_lib=no)
+AC_CHECK_LIB(freetype,FT_Init_FreeType,ft_lib=yes,ft_lib=no,$X_LIBS)
 if test "$ft_lib" = "no"
 then
     FREETYPELIBS=""






More information about the wine-patches mailing list