[Commits] SDL: Need to add this line for sa_sigaction check in configure t...
libsdl.org revision control
commits-owner at libsdl.org
Wed Jul 20 16:35:37 PDT 2011
details: http://hg.libsdl.org/SDL/rev/538c2b7689b8
changeset: 5576:538c2b7689b8
user: Ryan C. Gordon <icculus at icculus.org>
date: Wed Jul 20 16:35:04 2011 -0700
description:
Need to add this line for sa_sigaction check in configure to work.
diffstat:
include/SDL_config.h.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 0d5999bb4ba5 -r 538c2b7689b8 include/SDL_config.h.in
--- a/include/SDL_config.h.in Tue Jul 19 22:10:35 2011 -0700
+++ b/include/SDL_config.h.in Wed Jul 20 16:35:04 2011 -0700
@@ -131,6 +131,7 @@
#undef HAVE_VSNPRINTF
#undef HAVE_ICONV
#undef HAVE_SIGACTION
+#undef HAVE_SA_SIGACTION
#undef HAVE_SETJMP
#undef HAVE_NANOSLEEP
#undef HAVE_CLOCK_GETTIME
More information about the commits
mailing list