This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository legacy-imlib2.

View the commit online.

commit aa8e2a103a627ad14bdd21065c402e713a6719fa
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sun Mar 30 10:07:14 2025 +0200

    autofoo: Enable RTLD_LOCAL support by default
    
    Back to where we started, except that it's now configurable.
    
    https://git.enlightenment.org/old/legacy-imlib2/issues/30
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7cddf1a..68a934e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -289,11 +289,11 @@ AM_CONDITIONAL(BUILD_DOC, test "$enable_doc_build" = "yes")
 
 # If libImlib2 is loaded with RTLD_LOCAL, modules must be linked with libimlib2
 AC_ARG_ENABLE([rtld-local-support],
-  [AS_HELP_STRING([--enable-rtld-local-support], [Link modules with libImlib2 @<:@default=no@:>@])],,
+  [AS_HELP_STRING([--enable-rtld-local-support], [Link modules with libImlib2 @<:@default=yes@:>@])],,
   [
     case "$host_os" in
     *android* | cygwin*) enable_rtld_local_support="yes" ;;
-    *) enable_rtld_local_support="no" ;;
+    *) enable_rtld_local_support="yes" ;;
     esac
   ]
 )

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to