libimobiledevice / libirecovery

Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux
https://libimobiledevice.org
GNU Lesser General Public License v2.1
566 stars 208 forks source link

failed to build libirecovery on mingw-x64 #48

Closed s0uthwest closed 5 years ago

s0uthwest commented 5 years ago

file configure.ac

checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
./configure: line 16067: syntax error near unexpected token `fi'
./configure: line 16067: `fi'

created 'configure' file after launching bash autogen.sh

# Check whether --with-iokit was given.
if test "${with_iokit+set}" = set; then :
  withval=$with_iokit;
else
  with_iokit=yes
fi

else

fi

if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
    if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
s0uthwest commented 5 years ago

Fixed in a pull request #49.