Skip to content

Commit 08bd6a8

Browse files
dgrove-ossdas
authored andcommitted
Another fix for libpwq configuration
Setting a configure variable that is tested in a later AM_CONDITIOANL to true, is not the same as setting it to true Signed-off-by: Daniel A. Steffen <[email protected]>
1 parent 3251ba3 commit 08bd6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ AS_IF([test -f $srcdir/libpwq/configure.ac],
187187
[AC_DEFINE(BUILD_OWN_PTHREAD_WORKQUEUES, 1, [Define if building pthread work queues from source])
188188
ac_configure_args="--disable-libpwq-install $ac_configure_args"
189189
AC_CONFIG_SUBDIRS([libpwq])
190-
build_own_pthread_workqueues=true,
190+
build_own_pthread_workqueues=true
191191
AC_DEFINE(HAVE_PTHREAD_WORKQUEUES, 1, [Define if pthread work queues are present])
192192
have_pthread_workqueues=true],
193193
[build_own_pthread_workqueues=false

0 commit comments

Comments
 (0)