[exim-cvs] Fix means for building dlfunc routines, more

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix means for building dlfunc routines, more
Gitweb: https://git.exim.org/exim.git/commitdiff/bf13aee1aa701b1d838a09abd25ded986069e2ef
Commit:     bf13aee1aa701b1d838a09abd25ded986069e2ef
Parent:     8b5d88d25d26861c08ef261789c6fb4658459c31
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Nov 11 15:18:50 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Nov 11 15:18:50 2019 +0000


    Fix means for building dlfunc routines, more
---
 src/src/string.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


diff --git a/src/src/string.c b/src/src/string.c
index 007ec87..a208070 100644
--- a/src/src/string.c
+++ b/src/src/string.c
@@ -411,7 +411,8 @@ return ss;



-#if defined(HAVE_LOCAL_SCAN) && !defined(MACRO_PREDEF) && !defined(COMPILE_UTILITY)
+#if (defined(HAVE_LOCAL_SCAN) || defined(EXPAND_DLFUNC)) \
+    && !defined(MACRO_PREDEF) && !defined(COMPILE_UTILITY)
 /*************************************************
 *            Copy and save string                *
 *************************************************/