Skip to content
Snippets Groups Projects
Commit d68fb998 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal-ugly: GDS' framexmit's .pc file now provides -lpthread

parent cd58ec7c
No related branches found
No related tags found
No related merge requests found
......@@ -350,8 +350,6 @@ AS_IF([test "x$with_gds" != "xno"], [
PKG_CHECK_MODULES([gds_framexmit], [gds-framexmit >= ${MIN_GDS_VERSION}], [
HAVE_GDS_FRAMEXMIT="yes"
# hack to work around broken .pc file
gds_framexmit_LIBS="$gds_framexmit_LIBS -lpthread"
], [
AC_MSG_WARN([not found: $gds_framexmit_PKG_ERRORS])
HAVE_GDS_FRAMEXMIT="no"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment