[master 5/8] Add a couple of things that autoscan found

David Shea dshea at redhat.com
Thu Jul 24 19:32:49 UTC 2014


---
 widgets/configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/widgets/configure.ac b/widgets/configure.ac
index 1922afa..ceaa3d6 100644
--- a/widgets/configure.ac
+++ b/widgets/configure.ac
@@ -31,6 +31,8 @@ AC_CONFIG_HEADERS([config.h])
 
 AC_CONFIG_MACRO_DIR([m4])
 
+AC_TYPE_SIZE_T
+
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_LIBTOOL
@@ -53,7 +55,7 @@ PKG_CHECK_MODULES([GLIB], [glib-2.0])
 PKG_CHECK_MODULES([LIBXKLAVIER], [libxklavier >= 5.2.1])
 PKG_CHECK_EXISTS([gobject-introspection-1.0 >= 1.30])
 
-AC_CHECK_HEADERS([libintl.h stdlib.h string.h unistd.h])
+AC_CHECK_HEADERS([libintl.h stdlib.h string.h unistd.h locale.h])
 
 AC_STRUCT_TIMEZONE
 
-- 
1.9.3



More information about the anaconda-patches mailing list