Patch by Gergely Szsz to respect --disable-joliet.

(Things may change when UDF is more in use though.) Bug report #18522
This commit is contained in:
rocky
2006-12-14 00:45:25 +00:00
parent 547d8387cb
commit af4f23725b

View File

@@ -18,6 +18,7 @@
*/
/* UTF-8 support */
#ifdef HAVE_JOLIET
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
@@ -200,3 +201,4 @@ bool cdio_charset_to_utf8(char *src, size_t src_len, cdio_utf8_t **dst,
iconv_close(ic);
return result;
}
#endif /* HAVE_JOLIET */