summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/path.c b/m4/path.c
index ca5e261c..8f577268 100644
--- a/m4/path.c
+++ b/m4/path.c
@@ -337,7 +337,7 @@ m4_load_filename (m4 *context, const m4_call_info *caller,
if (!m4_get_posixly_correct_opt (context)
&& suffix
- && STREQ (suffix, ".so"))
+ && STREQ (suffix, LT_MODULE_EXT))
{
m4_module_load (context, filename, obs);
}