summaryrefslogtreecommitdiffstats
path: root/c/src/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/acinclude.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/acinclude.m4 b/c/src/acinclude.m4
index a07328380c..2cd075a6a0 100644
--- a/c/src/acinclude.m4
+++ b/c/src/acinclude.m4
@@ -9,6 +9,7 @@ AC_DEFUN([RTEMS_CONFIG_SUBDIR],
[
AC_CONFIG_COMMANDS_POST(
[
+if test "$multilib" != "yes"; then
ac_sub_sourcedir=$2
ac_sub_builddir=$1
@@ -106,5 +107,6 @@ if test "$no_recursion" != yes; then
cd $ac_popdir
done
fi
+fi
])
])