]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove outdated configure checks.
authorPatrick McCarty <pnorcks@gmail.com>
Wed, 11 Nov 2009 05:22:41 +0000 (21:22 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 13 Nov 2009 00:37:48 +0000 (16:37 -0800)
mbrtowc() is no longer used, so remove the appropriate checks.

config.hh.in
configure.in

index 034e123d7843c32a95721aa85d3f36a52393a02c..7f43e2139bfb930cf14adfc7994b97ed21ef3198 100644 (file)
@@ -34,9 +34,6 @@
 /* define if you have memmem */
 #define HAVE_MEMMEM 0
 
-/* define if you have mbrtowc */
-#define HAVE_MBRTOWC 0
-
 /* define if you have snprintf */
 #define HAVE_SNPRINTF 0
 
 
 /* define if you have pango FT2 binding */
 #define HAVE_PANGO_FT2 0
-
-/* define if you have utf8/wchar.h */
-#define HAVE_UTF8_WCHAR_H 0
index baf86aeb1b9a19c953aef42b618086bf7734a63d..6253b66efd53e9c1f7032e9d0e7d0a5825b06a2d 100644 (file)
@@ -146,9 +146,7 @@ AC_LANG_POP(C++)
 AC_HEADER_STAT
 AC_FUNC_MEMCMP
 AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([chroot fopencookie funopen gettext isinf mbrtowc memmem snprintf vsnprintf wcrtomb])
-AC_CHECK_HEADERS([utf8/wchar.h], LIBS="$LIBS -lutf8")
-AC_SEARCH_LIBS(mbrtowc, [mingwex msvcp60])
+AC_CHECK_FUNCS([chroot fopencookie funopen gettext isinf memmem snprintf vsnprintf wcrtomb])
 
 STEPMAKE_PROGS(PKG_CONFIG, pkg-config, REQUIRED, 0.9.0)