14 lines
421 B
Text
14 lines
421 B
Text
Index: src/server/speechd.c
|
|
--- src/server/speechd.c.orig
|
|
+++ src/server/speechd.c
|
|
@@ -638,8 +638,10 @@ void speechd_init()
|
|
if (g_module_supported() == FALSE)
|
|
DIE("Loadable modules not supported by current platform.\n");
|
|
|
|
+#if 0
|
|
if (_POSIX_VERSION < 199506L)
|
|
DIE("This system doesn't support POSIX.1c threads\n");
|
|
+#endif
|
|
|
|
/* Fill GlobalFDSet with default values */
|
|
GlobalFDSet.min_delay_progress = 2000;
|