Commit f2717a71 authored by Max Kellermann's avatar Max Kellermann

configure.ac: added AC_CANONICAL_HOST

Without AC_CANONICAL_HOST, ${host_os} etc. are not defined.
parent 7f701744
......@@ -34,6 +34,8 @@ dnl
dnl OS specific defaults
dnl
AC_CANONICAL_HOST
case "$host" in
*-mingw32* | *-windows*)
MPD_LIBS="$MPD_LIBS -lws2_32"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment