summaryrefslogtreecommitdiffstats
path: root/source4/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/aclocal.m4')
-rw-r--r--source4/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/aclocal.m4 b/source4/aclocal.m4
index 4bce14d9a63..030488ba455 100644
--- a/source4/aclocal.m4
+++ b/source4/aclocal.m4
@@ -139,7 +139,7 @@ break])
fi
LIBS=$ac_func_search_ext_save_LIBS])
AS_IF([test "$ac_cv_search_ext_$1" != no],
- [test "$ac_cv_search_ext_$1" = "none required" || $3="$ac_cv_search_ext_$1"
+ [test "$ac_cv_search_ext_$1" = "none required" || $3="$ac_cv_search_ext_$1 $$3"
$4],
[$5])dnl
])