diff options
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | ice.pc.in | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c4c411a..2f4ca21 100644 --- a/configure.ac +++ b/configure.ac @@ -47,6 +47,14 @@ XORG_WITH_LINT XORG_LINT_LIBRARY([ICE]) LINT_FLAGS="${LINT_FLAGS} ${ICE_CFLAGS} ${XTRANS_CFLAGS}" + +if test "x$ac_cv_lib_bsd_arc4random_buf" = xyes; then + BSDLIB=-lbsd +fi +AC_SUBST(BSDLIB) + + + AC_CONFIG_FILES([Makefile doc/Makefile specs/Makefile @@ -9,3 +9,4 @@ Version: @PACKAGE_VERSION@ Requires: xproto Cflags: -I${includedir} Libs: -L${libdir} -lICE +Libs.Private: @BSDLIB@ |