summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-05-09 16:44:10 +0200
committerGravatar Nikias Bassen2019-05-09 16:44:10 +0200
commit8c1945ccd27c5069c22acd1018435dfff0d0b609 (patch)
tree7da118de21949c77ba55c50a217381339f7f1324 /configure.ac
parent4a7f0b01483f2b1e3c11447bb4654b181deacf41 (diff)
downloadideviceinstaller-8c1945ccd27c5069c22acd1018435dfff0d0b609.tar.gz
ideviceinstaller-8c1945ccd27c5069c22acd1018435dfff0d0b609.tar.bz2
Fix compilation on win32
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 52d2a5d..e137301 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_TYPE_UINT8_T
34# Checks for library functions. 34# Checks for library functions.
35AC_FUNC_MALLOC 35AC_FUNC_MALLOC
36AC_FUNC_REALLOC 36AC_FUNC_REALLOC
37AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) 37AC_CHECK_FUNCS([strdup strerror asprintf vasprintf])
38 38
39# Check for lstat 39# Check for lstat
40 40