Don't ignore SIGPIPE unless it exists

This commit is contained in:
Tor Lillqvist 2009-10-06 14:53:22 +03:00
parent 2dee48b6d0
commit 425b652003

View File

@ -686,7 +686,9 @@ do_post_parse_initialization (int *argc,
gettext_initialization ();
#ifdef SIGPIPE
signal (SIGPIPE, SIG_IGN);
#endif
if (g_fatal_warnings)
{