mhd_shutdown_socket_trigger.m4: fixed preprocessor conditional

This commit is contained in:
Evgeny Grin (Karlson2k)
2023-03-25 17:58:17 +01:00
parent dcd8ea9869
commit a5267b2933
+2 -2
View File
@@ -18,7 +18,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
#serial 5
#serial 6
AC_DEFUN([MHD_CHECK_SOCKET_SHUTDOWN_TRIGGER],[dnl
AC_PREREQ([2.64])dnl
@@ -121,7 +121,7 @@ AC_DEFUN([_MHD_RUN_CHECK_SOCKET_SHUTDOWN_TRIGGER],[dnl
#include <pthread.h>
#ifndef SHUT_RD
#ifndef SHUT_RD
# define SHUT_RD 0
#endif
#ifndef SHUT_WR