added check for w32api.h to configure (so that libjpeg works when cross-compiling)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-07-10 22:39:58 +00:00
parent b0bdbbfe11
commit d4158b5d93
3 changed files with 474 additions and 428 deletions

897
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1596,6 +1596,8 @@ if test "$wxUSE_GUI" = "yes"; then
AC_MSG_ERROR(please set CFLAGS to contain the location of windows.h)
fi
fi
AC_CHECK_HEADERS(w32api.h)
INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw"
dnl --- Quick & Dirty ; link against most/all libraries

View File

@@ -990,6 +990,9 @@
/* Define if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H
/* Define if you have the <w32api.h> header file (mingw,cygwin). */
#undef HAVE_W32API_H
/* Define this if you are using gtk and gdk contains support for X11R6 XIM */
#undef HAVE_XIM