From 3fa4dad418a5235e5bd7990e3fe755a43fe987e7 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Fri, 26 Jun 2015 16:51:18 +0200
Subject: lib/icu/Converter: remove GLib implementation

We don't need this anymore: Win32 doesn't use this library at all, and
everything else has either iconv() or libicu.
---
 src/fs/Charset.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/fs')

diff --git a/src/fs/Charset.hxx b/src/fs/Charset.hxx
index 6ca5888e5..7ef19eba3 100644
--- a/src/fs/Charset.hxx
+++ b/src/fs/Charset.hxx
@@ -24,7 +24,7 @@
 #include "Compiler.h"
 #include "Traits.hxx"
 
-#if (defined(HAVE_ICU) || defined(HAVE_ICONV) || defined(HAVE_GLIB)) && !defined(WIN32)
+#if (defined(HAVE_ICU) || defined(HAVE_ICONV)) && !defined(WIN32)
 #define HAVE_FS_CHARSET
 #endif
 
-- 
cgit v1.2.3