diff options
| author | 2024-10-27 16:07:30 +0100 | |
|---|---|---|
| committer | 2024-10-27 16:07:30 +0100 | |
| commit | 5aebbc0c694d1048712505195c32a17c3091d417 (patch) | |
| tree | 1cb5faafb2272601e5eda0a7456ece30ac03a16e | |
| parent | 3b5d3e57a673b265c9ff936780b80f3367905928 (diff) | |
| download | libimobiledevice-5aebbc0c694d1048712505195c32a17c3091d417.tar.gz libimobiledevice-5aebbc0c694d1048712505195c32a17c3091d417.tar.bz2 | |
configure: Fine-tuning for MinGW/msys build
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c67e896..990e0b5 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -93,6 +93,7 @@ case ${host_os} in | |||
| 93 | AC_MSG_RESULT([${host_os}]) | 93 | AC_MSG_RESULT([${host_os}]) |
| 94 | win32=true | 94 | win32=true |
| 95 | AC_DEFINE(WINVER, 0x0501, [minimum Windows version]) | 95 | AC_DEFINE(WINVER, 0x0501, [minimum Windows version]) |
| 96 | deplibs_check_method='pass_all' | ||
| 96 | ;; | 97 | ;; |
| 97 | darwin*) | 98 | darwin*) |
| 98 | AC_MSG_RESULT([${host_os}]) | 99 | AC_MSG_RESULT([${host_os}]) |
