From: Patrick McCarty Date: Sat, 8 May 2010 19:43:50 +0000 (-0700) Subject: Build: Remove obsolete function checks. X-Git-Tag: release/2.13.21-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6f306450f46e9321d70af63deaa4b7457361fb17;p=lilypond.git Build: Remove obsolete function checks. --- diff --git a/config.hh.in b/config.hh.in index 338f8eb969..4a063b57f1 100644 --- a/config.hh.in +++ b/config.hh.in @@ -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 diff --git a/configure.in b/configure.in index df58c9c16f..51be105f6c 100644 --- a/configure.in +++ b/configure.in @@ -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)