During the ansification (commit 896aeb5dd128), 2 extern decls for _IcePaMagicCookie1Proc and _IcePoMagicCookie1Proc were dropped from sm_client.c and sm_manager.c. Both decls were added between libICE 1.0.4 and 1.0.5.
Signed-off-by: Rémi Cardona <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 2d1f09a..1e01b94 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_PROG_CC XORG_CWARNFLAGS # Checks for pkg-config packages -PKG_CHECK_MODULES(SM, ice xproto) +PKG_CHECK_MODULES(SM, [ice >= 1.0.5] xproto) SM_CFLAGS="$CWARNFLAGS $SM_CFLAGS" AC_SUBST(SM_CFLAGS) AC_SUBST(SM_LIBS) -- 1.6.4 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
