2012-05-14 15:47:32 -07:00
|
|
|
diff --git a/glib/configure.ac b/glib/configure.ac
|
2014-02-03 15:41:27 -08:00
|
|
|
index e73f7f9..e53020c 100644
|
2012-05-14 15:47:32 -07:00
|
|
|
--- a/glib/configure.ac
|
|
|
|
|
+++ b/glib/configure.ac
|
2014-02-03 15:41:27 -08:00
|
|
|
@@ -2460,30 +2460,6 @@ int error = EILSEQ;
|
2012-05-14 15:47:32 -07:00
|
|
|
], have_eilseq=yes, have_eilseq=no);
|
|
|
|
|
AC_MSG_RESULT($have_eilseq)
|
|
|
|
|
|
|
|
|
|
-dnl ******************************************************************
|
|
|
|
|
-dnl *** If we are cross-compiling, look for glib-genmarshal and ***
|
|
|
|
|
-dnl *** glib-compile-schemas in PATH ***
|
|
|
|
|
-dnl ******************************************************************
|
|
|
|
|
-
|
|
|
|
|
-AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)
|
|
|
|
|
-
|
2014-02-03 15:41:27 -08:00
|
|
|
-AS_IF([ test $cross_compiling = yes ], [
|
2012-05-14 15:47:32 -07:00
|
|
|
- AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal, no)
|
|
|
|
|
- if test x$GLIB_GENMARSHAL = xno; then
|
|
|
|
|
- AC_MSG_ERROR(Could not find a glib-genmarshal in your PATH)
|
|
|
|
|
- fi
|
|
|
|
|
-
|
|
|
|
|
- AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas, no)
|
|
|
|
|
- if test x$GLIB_COMPILE_SCHEMAS = xno; then
|
|
|
|
|
- AC_MSG_ERROR(Could not find a glib-compile-schemas in your PATH)
|
|
|
|
|
- fi
|
|
|
|
|
-
|
|
|
|
|
- AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources, no)
|
|
|
|
|
- if test x$GLIB_COMPILE_RESOURCES = xno; then
|
|
|
|
|
- AC_MSG_ERROR(Could not find a glib-compile-resources in your PATH)
|
|
|
|
|
- fi
|
2014-02-03 15:41:27 -08:00
|
|
|
-])
|
2012-05-14 15:47:32 -07:00
|
|
|
-
|
2012-08-14 13:07:35 -07:00
|
|
|
dnl ************************************
|
|
|
|
|
dnl *** Enable lcov coverage reports ***
|
|
|
|
|
dnl ************************************
|