From fb92783659df93bcd1bd9a6669e482808d7150bb Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 6 Aug 2019 15:53:38 +0100 Subject: [PATCH] musl is now 128kb, so make the comment vague https://github.com/libvips/libvips/commit/36676c59fc2e8bd653ebd6e55499b8c71fe4fb00#commitcomment-34589167 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7f3e425d..9f814ba0 100644 --- a/configure.ac +++ b/configure.ac @@ -502,7 +502,7 @@ PKG_CHECK_MODULES(THREADS, glib-2.0 >= 2.32, ) # if available, we use pthread_setattr_default_np() to raise the per-thread -# stack size ... musl (libc on Alpine), for example, has only 80kb stack per +# stack size ... musl (libc on Alpine), for example, has a very small stack per # thread by default save_pthread_LIBS="$LIBS" save_pthread_CFLAGS="$CFLAGS"