configure.ac: fix typo for ENABLE_PTHREAD

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
master
Ronnie Sahlberg 2022-01-29 13:30:51 +10:00
parent 382905495f
commit c33e0c3825
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ AC_ARG_ENABLE([pthread],
[AC_HELP_STRING([--enable-pthread],
[Build with pthread multithreading support])],
[ENABLE_PTHREAD=$enableval],
[ENABLE_THREAD="no"])
[ENABLE_PTHREAD="no"])
if test x$ENABLE_PTHREAD = xyes; then
# check for lpthread
AC_CACHE_CHECK([for pthread support],libnfs_cv_HAVE_PTHREAD,[