]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure.in
test
[lilypond.git] / configure.in
index f70b6c8c4459e7541fa5da419e6c24b9853d75d1..7edb9bc87aea7051bac2afa55a0dc7238a79e3f3 100644 (file)
@@ -35,8 +35,7 @@ STEPMAKE_MAKEINFO(REQUIRED)
 STEPMAKE_PYTHON_DEVEL(REQUIRED)
 
 
-# AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
-AC_HAVE_HEADERS(assert.h sys/stat.h)
+AC_HAVE_HEADERS(assert.h sys/stat.h sstream)
 AC_HEADER_STAT
 
 AC_FUNC_MEMCMP
@@ -65,21 +64,6 @@ fi
 AC_DEFINE_UNQUOTED(TOPLEVEL_VERSION, "${FULL_VERSION}")
 AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}")
 
-# Check for guile ./configure'd --with-threads
-# which shows nasty memory corruption errors.
-# Until we found the real cause, advise no to use threads
-exe=`STEPMAKE_GET_EXECUTABLE($guile_config)`
-if test -n "$exe" -a -x "$exe"; then
-    AC_MSG_CHECKING(["for guile, ./configure\'d --without-threads"])
-    link=`$guile_config link`
-    if expr "$link" : '.*\(thread\)' >/dev/null 2>&1; then
-       STEPMAKE_ADD_ENTRY(OPTIONAL, ["guile, ./configure'd --without-threads (using guile with threads may give nasty memory corruption errors on large scores)."])
-       AC_MSG_RESULT(["no, watch out."])
-    else
-       AC_MSG_RESULT(["yes, good."])
-    fi
-fi    
-
 # Gather requirements and generate output.
 STEPMAKE_END