1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 05:44:11 +01:00

attempt to fix compilation on solaris with openwin

This commit is contained in:
dan
2004-10-30 06:39:27 +00:00
parent 558615a853
commit e9e1186f1d
5 changed files with 9 additions and 7 deletions

View File

@@ -41,6 +41,7 @@ AC_MSG_CHECKING([whether libXft is at least version $1])
AC_CACHE_VAL(ac_cv_lib_xft_version_ok,
[AC_TRY_LINK(
[/* Test version of libXft we have */
#include <X11/Xlib.h>
#include <X11/Xft/Xft.h>
#if !defined(XFT_VERSION) || XFT_VERSION < $xft_major_version*10000 + $xft_minor_version*100 + $xft_micro_version