summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/string.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src/string.c b/src/src/string.c
index 007ec877e..a20807054 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 *
*************************************************/