From e84995494310cd44932cb2662d9686606c18aeaf Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 20 Jul 2018 15:26:36 +0200 Subject: [PATCH] Remove forgotten unused comment about -lpthread The -lpthread option has been added long time ago in commit c10de3699faa3ecb4cb6861d6c92157e0c7e18ce and has been since also refactored and therefore comment is not needed anymore: feed35e22040b874ba6fc8659dc16b498e6e4150 --- config.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/config.m4 b/config.m4 index f086d492..9694b5e2 100644 --- a/config.m4 +++ b/config.m4 @@ -253,7 +253,6 @@ if test "$PHP_MEMCACHED" != "no"; then PHP_EVAL_LIBLINE($PHP_LIBMEMCACHED_LIBS, MEMCACHED_SHARED_LIBADD) PHP_EVAL_INCLINE($PHP_LIBMEMCACHED_INCLUDES) - dnl # Added -lpthread here because AC_TRY_LINK tests on CentOS 6 seem to fail with undefined reference to pthread_once ORIG_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $INCLUDES"