Commit 926c8e3b authored by Geoff Simmons's avatar Geoff Simmons

No longer need to link PTHREAD_LIBS.

parent 2f2ce096
......@@ -20,9 +20,7 @@ nodist_libvmod_re2_la_SOURCES = \
vcc_if.c \
vcc_if.h
libvmod_re2_la_LIBADD = \
${PTHREAD_LIBS} \
@RE2_LIBS@
libvmod_re2_la_LIBADD = @RE2_LIBS@
vmod_re2.lo: vcc_if.c vcc_if.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment