summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/profile/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/profile/configure.in')
-rw-r--r--winsup/mingw/profile/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/mingw/profile/configure.in b/winsup/mingw/profile/configure.in
index e688a67c6..2496c282e 100644
--- a/winsup/mingw/profile/configure.in
+++ b/winsup/mingw/profile/configure.in
@@ -61,11 +61,14 @@ case "$target_os" in
;;
esac
+W32API_INCLUDE='$(subdir)/../w32api/include'
+
AC_SUBST(CRT_ID)
AC_SUBST(RUNTIME)
AC_SUBST(MNO_CYGWIN)
AC_SUBST(LIBGMON_A)
AC_SUBST(CRT0S)
+AC_SUBST(W32API_INCLUDE)
AC_PROG_INSTALL
AC_OUTPUT(Makefile)