We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a6ec51 + 0df4784 commit bc16cc9Copy full SHA for bc16cc9
configure.ac
@@ -187,7 +187,7 @@ AS_IF([test -f $srcdir/libpwq/configure.ac],
187
[AC_DEFINE(BUILD_OWN_PTHREAD_WORKQUEUES, 1, [Define if building pthread work queues from source])
188
ac_configure_args="--disable-libpwq-install $ac_configure_args"
189
AC_CONFIG_SUBDIRS([libpwq])
190
- build_own_pthread_workqueues=true,
+ build_own_pthread_workqueues=true
191
AC_DEFINE(HAVE_PTHREAD_WORKQUEUES, 1, [Define if pthread work queues are present])
192
have_pthread_workqueues=true],
193
[build_own_pthread_workqueues=false
0 commit comments