[glib] libcharset: Don't try to include configmake.h



commit c9e62705682585aee7a167ea9d03eb1e2476cd7a
Author: Nirbheek Chauhan <nirbheek centricular com>
Date:   Sun Dec 3 21:05:03 2017 +0530

    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 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/glib/libcharset/localcharset.c b/glib/libcharset/localcharset.c
index 46c450e..0c4d544 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]