]> err.no Git - pkg-config/commit
2002-09-13 Tor Lillqvist <tml@iki.fi>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:05:20 +0000 (13:05 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:05:20 +0000 (13:05 +0000)
commitd793148d0690c72dfdd7f024028edb229ad1b4bf
tree4ee596e3b35998cecea7e1b1d861986eff78e1ad
parentd2c6c3cccbb9381d4cf030e4ac2d5a63dc3c4c79
2002-09-13  Tor Lillqvist  <tml@iki.fi>
Author: tml
Date: 2002-09-12 20:47:07 GMT
2002-09-13  Tor Lillqvist  <tml@iki.fi>

* Makefile.am (USE_INSTALLED_GLIB): Seems that the automake
version used by Havoc doesn't recognize pkg_config_CFLAGS and
pkg_config_LDFLAGS, thus failing builds on Win32 directly from the
tarball. Set included_glib_includes and pkg_config_LDADD instead,
then, like in the !USE_INSTALLED_GLIB branch.

* findme.c (X_OK): If X_OK undefined, define as 1, always, not
only if G_OS_WIN32, which is never defined here. Fixes a corner
case on Win32 with MSYS and mingw where configure as included in
the release tarball for some reason doesn't find unistd.h.
ChangeLog
Makefile.am
README.win32
findme.c