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
This commit is contained in:
Nirbheek Chauhan 2017-12-03 21:05:03 +05:30
parent f44472e715
commit c9e6270568

View File

@ -67,7 +67,6 @@
/* Get GLIB_CHARSETALIAS_DIR. */
#ifndef GLIB_CHARSETALIAS_DIR
# include "configmake.h"
# define GLIB_CHARSETALIAS_DIR LIBDIR
#endif