CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/05/09 09:21:13

Modified files:
        .              : ChangeLog configure.in 

Log message:
        (gui_b): remove wcrtomb checking.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3577&tr2=1.3578&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/configure.in.diff?tr1=1.149&tr2=1.150&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3577 lilypond/ChangeLog:1.3578
--- lilypond/ChangeLog:1.3577   Mon May  9 09:19:51 2005
+++ lilypond/ChangeLog  Mon May  9 09:21:13 2005
@@ -1,5 +1,7 @@
 2005-05-09  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * configure.in (gui_b): remove wcrtomb checking.
+
        * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
        bits. Patch by Matthias Neeracher.
 
Index: lilypond/configure.in
diff -u lilypond/configure.in:1.149 lilypond/configure.in:1.150
--- lilypond/configure.in:1.149 Mon May  2 12:39:28 2005
+++ lilypond/configure.in       Mon May  9 09:21:13 2005
@@ -59,7 +59,7 @@
 STEPMAKE_PROGS(MFTRACE, mftrace, REQUIRED, 1.1.1)
 STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20041208)
 
-AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h wchar.h])
+AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h])
 AC_LANG_PUSH(C++)
 AC_CHECK_HEADERS([sstream])
 AC_LANG_POP(C++)
@@ -67,8 +67,6 @@
 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(wcrtomb, [mingwex msvcp60])
 
 STEPMAKE_PROGS(PKG_CONFIG, pkg-config, REQUIRED, 0.9.0)
 if test "$gui_b" = "yes"; then


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to