Skip to content
Snippets Groups Projects
Commit eb5fc942 authored by Moritz Angermann's avatar Moritz Angermann Committed by Herbert Valerio Riedel
Browse files

Update configure.ac

Add Comment
parent b5b62536
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment