From 011757d89cd16f8f0277578e1c0bd87009f1d58b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 11 May 2004 15:17:20 +0000 Subject: use AM_LANGINFO_CODESET in configure.ac, old configure.ac wasn't checking for CODESET git-svn-id: https://svn.musicpd.org/mpd/trunk@990 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/path.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/path.c b/src/path.c index f93894c7b..d7b08d6be 100644 --- a/src/path.c +++ b/src/path.c @@ -29,7 +29,7 @@ #include #ifdef HAVE_LOCALE -#ifdef HAVE_LANGINFO +#ifdef HAVE_LANGINFO_CODESET #include #include #endif @@ -138,7 +138,7 @@ void initPaths(char * playlistDirArg, char * musicDirArg) { charset = strdup(getConf()[CONF_FS_CHARSET]); } #ifdef HAVE_LOCALE -#ifdef HAVE_LANGINFO +#ifdef HAVE_LANGINFO_CODESET else if((originalLocale = setlocale(LC_CTYPE,NULL))) { char * temp; char * currentLocale; -- cgit v1.2.3