diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5d9a52bda4..3546475297 100644 --- a/configure.in +++ b/configure.in @@ -1658,6 +1658,9 @@ case "$add_ons" in esac AC_SUBST(linux_doors) +dnl See sysdeps/mach/configure.in for this variable. +AC_SUBST(mach_interface_list) + if test "`(cd $srcdir; pwd)`" = "`pwd`"; then config_makefile= else |