diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-09-07 13:36:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-09-07 15:32:47 -0700 |
commit | 918d58772595e7cd9907a7b08874196442fbf599 (patch) | |
tree | 17aad8aedbd3749b44932650ac065c647eff067b /configure.ac | |
parent | 6ca1ea376c7c6c9dc719d607b7684d87bcf96712 (diff) |
Refactor Fatal I/O error handling into a common function
Reduce duplicated code in _IceRead() and _IceWrite()
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 387a66b..e131ba8 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ XORG_WITH_XSLTPROC XORG_CHECK_SGML_DOCTOOLS(1.8) # Obtain compiler/linker options for dependencies -PKG_CHECK_MODULES(ICE, xproto xtrans) +PKG_CHECK_MODULES(ICE, [xproto >= 7.0.25 xtrans]) # Checks for library functions. AC_SEARCH_LIBS([arc4random_buf], [bsd]) |