diff options
author | Manish Singh <yosh@gimp.org> | 2001-11-05 01:39:22 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2001-11-05 01:39:22 +0000 |
commit | 064ed1e4a371a27c3e27c5934818d7a83d1cb828 (patch) | |
tree | e4b8378db24b477fd1ad63fa99d55c509652d76a /acconfig.h | |
parent | 3be9ce0e18f21dc9f0597ec67015743a455241ed (diff) | |
download | gdk-pixbuf-064ed1e4a371a27c3e27c5934818d7a83d1cb828.tar.gz |
sigsetjmp is macroized in some places, so use AC_TRY_LINK instead of
Sun Nov 4 17:36:08 2001 Manish Singh <yosh@gimp.org>
* acconfig.h configure.in: sigsetjmp is macroized in some places,
so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 4b3030585..46c889f71 100644 --- a/acconfig.h +++ b/acconfig.h @@ -37,6 +37,8 @@ #undef HAVE_XCONVERTCASE #undef HAVE_XFT +#undef HAVE_SIGSETJMP + #undef NO_FD_SET #undef RESOURCE_BASE |