diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-07-22 23:56:56 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-07-22 23:56:56 +0000 |
commit | a52f7c348e39035da76ecd51500955f29eab01ca (patch) | |
tree | 878570e955c3d9d70a6e2443080060eb1d413ed5 /configure.in | |
parent | 85cca4f33fc7c8311b0613b22b27f8e782a5e962 (diff) | |
download | gtk+-a52f7c348e39035da76ecd51500955f29eab01ca.tar.gz |
Check for mkstemp and sigsetjmp. Output gdk-pixbuf/makefile.mingw and
2000-07-23 Tor Lillqvist <tml@iki.fi>
* configure.in: Check for mkstemp and sigsetjmp. Output
gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6f8d6afb02..b8541f737a 100644 --- a/configure.in +++ b/configure.in @@ -194,7 +194,7 @@ if test "x$enable_rebuilds" = "xyes" && \ fi AC_SUBST(REBUILD) -AC_CHECK_FUNCS(lstat) +AC_CHECK_FUNCS(lstat mkstemp sigsetjmp) AC_MSG_CHECKING(whether make is GNU Make) STRIP_BEGIN= @@ -1000,8 +1000,10 @@ docs/reference/gdk-pixbuf/Makefile docs/faq/Makefile docs/tutorial/Makefile gdk-pixbuf/Makefile +gdk-pixbuf/makefile.mingw gdk-pixbuf/gdk-pixbuf-features.h gdk-pixbuf/pixops/Makefile +gdk-pixbuf/pixops/makefile.mingw gdk/Makefile gdk/x11/Makefile gdk/win32/Makefile |