This is an automated email from the git hooks/post-receive script. landry pushed a commit to branch master in repository xfce/xfce4-session.
commit 6196cc3f6df7d3cd7f3c4699f96f46c117c5b6c1 Author: Landry Breuil <[email protected]> Date: Fri Feb 20 22:13:31 2015 +0100 Remove AC_CHECK_HEADER_STDBOOL, it was only added in autoconf 2.69 and we dont use stdbool.h anyway --- configure.ac.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac.in b/configure.ac.in index d5f612c..3b3714c 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -76,7 +76,6 @@ AC_C_INLINE AC_TYPE_MODE_T AC_TYPE_PID_T AC_TYPE_SIZE_T -AC_CHECK_HEADER_STDBOOL # Checks for library functions. AC_FUNC_MALLOC -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
