We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab7e16c + 6ef05b2 commit cef2960Copy full SHA for cef2960
configure.ac
@@ -169,7 +169,7 @@ AC_CHECK_HEADERS([pthread_machdep.h pthread/qos.h])
169
170
# pthread_workqueues.
171
# Look for own version first, then system version.
172
-AS_IF([test -f libpwq/configure.ac],
+AS_IF([test -f $srcdir/libpwq/configure.ac],
173
[AC_DEFINE(BUILD_OWN_PTHREAD_WORKQUEUES, 1, [Define if building pthread work queues from source])
174
AC_CONFIG_SUBDIRS([libpwq])
175
build_own_pthread_workqueue=true,
0 commit comments