Searched refs:xcbproto_required (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xcb-util/dist/
H A Dconfigure.ac59 xcbproto_required=1.5
64 AC_MSG_CHECKING([whether libxcb was compiled against xcb-proto >= $xcbproto_required])
66 AX_COMPARE_VERSION([$xcbproto_version],[ge],[$xcbproto_required], xcbproto_ok="yes", xcbproto_ok="no")
70 AC_MSG_ERROR([libxcb was compiled against xcb-proto $xcbproto_version; it needs to be compiled against version $xcbproto_required or higher])
H A Dconfigure10895 xcbproto_required=1.5
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libxcb was compiled against xcb-proto >= $xcbproto_required" >&5
10942 $as_echo_n "checking whether libxcb was compiled against xcb-proto >= $xcbproto_required... " >&6; }
10962 ax_compare_version_B=`echo "$xcbproto_required" | sed -e 's/\([0-9]*\)/Z\1Z/g' \
10983 as_fn_error "libxcb was compiled against xcb-proto $xcbproto_version; it needs to be compiled against version $xcbproto_required or higher" "$LINENO" 5

Completed in 12 milliseconds