Skip to content

Commit 211742b

Browse files
author
Andras Fekete
committed
liboqs depends on pthreads now
1 parent 9f9a82e commit 211742b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ AC_ARG_WITH([liboqs],
11291129
[
11301130
AS_IF([ test "$ENABLED_EXPERIMENTAL" != "yes" ],[ AC_MSG_ERROR([LIBOQS requires --enable-experimental.]) ])
11311131
AC_MSG_CHECKING([for liboqs])
1132-
LIBS="$LIBS -loqs"
1132+
LIBS="$LIBS -loqs -lpthread"
11331133
11341134
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <oqs/common.h>]], [[ OQS_init(); ]])], [ liboqs_linked=yes ],[ liboqs_linked=no ])
11351135

0 commit comments

Comments
 (0)