* configure.in (W32API_INCLUDE): Need the -I switch in the value.

* mingwex/configure.in (W32API_INCLUDE): Ditto.
	* profile/configure.in (W32API_INCLUDE): Ditto.
This commit is contained in:
Earnie Boyd 2003-05-06 14:46:06 +00:00
parent 98a430bcbe
commit 3a1f652308
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2003-05-06 Earnie Boyd <earnie@users.sf.net>
* configure.in (W32API_INCLUDE): Need the -I switch in the value.
* mingwex/configure.in (W32API_INCLUDE): Ditto.
* profile/configure.in (W32API_INCLUDE): Ditto.
2003-05-06 Earnie Boyd <earnie@users.sf.net>
* configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites

View File

@ -94,7 +94,7 @@ HEADER_SUBDIR=""
LIBGMON_A=libgmon.a
W32API_INCLUDE='$(srcdir)/../w32api/include'
W32API_INCLUDE='-I $(srcdir)/../w32api/include'
case "$target_os" in
*cygwin*)

View File

@ -47,7 +47,7 @@ esac
AC_SUBST(MNO_CYGWIN)
W32API_INCLUDE='$(subdir)/../w32api/include'
W32API_INCLUDE='-I $(subdir)/../w32api/include'
AC_SUBST(W32API_INCLUDE)
AC_PROG_INSTALL

View File

@ -61,7 +61,7 @@ case "$target_os" in
;;
esac
W32API_INCLUDE='$(subdir)/../w32api/include'
W32API_INCLUDE='-I $(subdir)/../w32api/include'
AC_SUBST(CRT_ID)
AC_SUBST(RUNTIME)