You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-construct/kde/tdelibs/files/do-not-fail-fast-malloc.diff

17 lines
646 B

--- work/tdelibs-3.5.7/configure 2003-11-30 14:18:30.000000000 +0100
+++ tmp/tdelibs-3.5.7/configure 2003-12-01 20:18:09.000000000 +0100
@@ -38308,13 +38308,7 @@
;;
*)
- if test "$kde_fast_malloc" = "notgiven"; then
kde_fast_malloc=no
- else
- { { echo "$as_me:$LINENO: error: Fast malloc is not supported on this platform (missing spinlock implementation)." >&5
-echo "$as_me: error: Fast malloc is not supported on this platform (missing spinlock implementation)." >&2;}
- { (exit 1); exit 1; }; }
- fi
;;
esac
case $target_os in