summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ae08b1b..b018b3e 100644
--- a/configure.in
+++ b/configure.in
@@ -72,6 +72,6 @@ AC_LINK_FILES(${systype}/${systype},machine)
# Do machine-specific configuration last so that it can override anything
# set above if necessary.
-AC_CONFIG_SUBDIRS(${systype})
+AC_CONFIG_SUBDIRS(linux ${systype})
AC_OUTPUT(Makefile)