Fix means for building dlfunc routines, more
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 11 Nov 2019 15:18:50 +0000 (15:18 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 11 Nov 2019 15:18:50 +0000 (15:18 +0000)
src/src/string.c

index 007ec877ef5d1c491527e210ab2b8e778ab283ba..a208070547ea8706d49bcf15632d4a6e719f7621 100644 (file)
@@ -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                *
 *************************************************/