From 05db82333d8928bd8f88c18f95b9ba497fa01a98 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 19 Jun 2003 08:41:51 +0000 Subject: [PATCH] - Correct stray commit --- ext/sockets/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sockets/config.m4 b/ext/sockets/config.m4 index 178be6a237..1509dd80cb 100644 --- a/ext/sockets/config.m4 +++ b/ext/sockets/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(sockets, whether to enable sockets support, -[ --enable-sockets Enable sockets support], yes) +[ --enable-sockets Enable sockets support]) if test "$PHP_SOCKETS" != "no"; then dnl Check for struct cmsghdr -- 2.50.1