From c33e0c3825cbf891d1ef6240256e692786473a42 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 29 Jan 2022 13:30:51 +1000 Subject: [PATCH] configure.ac: fix typo for ENABLE_PTHREAD Signed-off-by: Ronnie Sahlberg --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b41dba8..7915b88 100755 --- a/configure.ac +++ b/configure.ac @@ -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,[