aboutsummaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index d898b2b952f..47cbc6f12e0 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -229,7 +229,8 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
-AC_LINK_FILES(port/${PORTNAME}.h, include/os.h)
+AC_LINK_FILES(include/port/${PORTNAME}.h, include/os.h)
+AC_LINK_FILES(makefiles/Makefile.${PORTNAME}, Makefile.port)
AC_SUBST(PORTNAME)
AC_SUBST(TR)
AC_SUBST(LDFLAGS)