Skip to content

Remove forgotten unused comment about -lpthread #406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove forgotten unused comment about -lpthread
The -lpthread option has been added long time ago in commit
c10de36

and has been since also refactored and therefore comment is not needed
anymore:
feed35e
  • Loading branch information
petk committed Jul 20, 2018
commit e84995494310cd44932cb2662d9686606c18aeaf
1 change: 0 additions & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down