diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/common-glibc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/site/common-glibc b/site/common-glibc index 9ed7a85a87..8e0e90d614 100644 --- a/site/common-glibc +++ b/site/common-glibc @@ -23,3 +23,10 @@ glib_cv_long_long_format=${glib_cv_long_long_format=ll} # gnucash am_cv_scanf_lld=${am_cv_scanf_lld=yes} + +# mono +mono_cv_uscore=${mono_cv_uscore=no} + +# guile +ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes} + |