From c9e62705682585aee7a167ea9d03eb1e2476cd7a Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sun, 3 Dec 2017 21:05:03 +0530 Subject: [PATCH] libcharset: Don't try to include configmake.h It's an internal gnulib thing which will never be available while building glib. Always expect LIBDIR and fallback to using that for compatibility with the existing MSVC projects: https://mail.gnome.org/archives/gtk-devel-list/2017-December/msg00000.html https://bugzilla.gnome.org/show_bug.cgi?id=346816 --- glib/libcharset/localcharset.c | 1 - 1 file changed, 1 deletion(-) diff --git a/glib/libcharset/localcharset.c b/glib/libcharset/localcharset.c index 46c450eb4..0c4d544be 100644 --- a/glib/libcharset/localcharset.c +++ b/glib/libcharset/localcharset.c @@ -67,7 +67,6 @@ /* Get GLIB_CHARSETALIAS_DIR. */ #ifndef GLIB_CHARSETALIAS_DIR -# include "configmake.h" # define GLIB_CHARSETALIAS_DIR LIBDIR #endif