]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: Remove obsolete function checks.
authorPatrick McCarty <pnorcks@gmail.com>
Sat, 8 May 2010 19:43:50 +0000 (12:43 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 8 May 2010 21:53:38 +0000 (14:53 -0700)
config.hh.in
configure.in

index 338f8eb969fb0c91474d49abbfaa4fbd62e83c9e..4a063b57f1990d7b6a283c22847624c16102ce1d 100644 (file)
@@ -19,9 +19,6 @@
 /* define if you have fopencookie */
 #define HAVE_FOPENCOOKIE 0
 
-/* define if you have funopen */
-#define HAVE_FUNOPEN 0
-
 /* define if you have gettext */
 #define HAVE_GETTEXT 0
 
@@ -46,9 +43,6 @@
 /* define if you have vsnprintf */
 #define HAVE_VSNPRINTF 0
 
-/* define if you have wcrtomb */
-#define HAVE_WCRTOMB 0
-
 /* define if you have yyFlexLexer.yy_current_buffer */
 #undef HAVE_FLEXLEXER_YY_CURRENT_BUFFER
 
index df58c9c16ff4a5cdd24b47f9884e92746b3fc091..51be105f6cde45bb41e70cae16a1c2635fc3f2c2 100644 (file)
@@ -146,7 +146,7 @@ AC_CHECK_HEADERS([sstream])
 AC_HEADER_STAT
 AC_FUNC_MEMCMP
 AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([chroot fopencookie funopen gettext isinf memmem snprintf vsnprintf wcrtomb])
+AC_CHECK_FUNCS([chroot fopencookie gettext isinf memmem snprintf vsnprintf])
 
 STEPMAKE_PROGS(PKG_CONFIG, pkg-config, REQUIRED, 0.9.0)