summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-07-27 20:07:22 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-07-27 20:07:22 -0400
commitfed2dbdc64724af99751f8168d78551d3f02d8bf (patch)
tree5ddcafdddcf1bdaba9389a94d5904ceb82d4228c /configure
parent44b19c18713cd485d3f9f607adfb185c38739291 (diff)
parentcfb8e0bd85bea2985cb01e0493fa0bb92fce1014 (diff)
downloade2fsprogs-fed2dbdc64724af99751f8168d78551d3f02d8bf.tar.gz
Merge branch 'maint' into next
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index f8e0ce46..fc38dbed 100755
--- a/configure
+++ b/configure
@@ -13519,7 +13519,10 @@ $as_echo "#define HAVE_OPTRESET 1" >>confdefs.h
fi
SEM_INIT_LIB=''
-ac_fn_c_check_func "$LINENO" "sem_init" "ac_cv_func_sem_init"
+echo GL_THREADS_API: ${gl_threads_api}
+if test "${gl_threads_api}" != none
+then
+ ac_fn_c_check_func "$LINENO" "sem_init" "ac_cv_func_sem_init"
if test "x$ac_cv_func_sem_init" = xyes; then :
else
@@ -13652,6 +13655,7 @@ fi
fi
fi
+fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unified diff option" >&5
$as_echo_n "checking for unified diff option... " >&6; }