From eb5fc942f8f570e754bba0f57a8fdaec3400194f Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Thu, 11 May 2017 09:44:20 +0800 Subject: Update configure.ac Add Comment --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index b23caef..c23c9e1 100644 --- a/configure.ac +++ b/configure.ac @@ -74,6 +74,8 @@ AC_CHECK_FUNCS([lutimes futimes]) # Additional temp functions dnl androids bionic doesn't have mkstemps +# We explicilty check for android, as the check AC_CHECK_FUNCS performs returns "yes" for mkstemps +# when targetting android. See similar conditionals for seekdir and telldir. AS_CASE([$target_os],[*-android*],[AC_CHECK_FUNCS([mkdtemp])],[AC_CHECK_FUNCS([mkstemps mkdtemp])]) # Functions for file synchronization and allocation control -- cgit v1.2.3