configure.ac: added AC_CANONICAL_HOST

Without AC_CANONICAL_HOST, ${host_os} etc. are not defined.
This commit is contained in:
Max Kellermann 2009-02-18 23:01:08 +01:00
parent 7f701744a7
commit f2717a7139

View File

@ -34,6 +34,8 @@ dnl
dnl OS specific defaults
dnl
AC_CANONICAL_HOST
case "$host" in
*-mingw32* | *-windows*)
MPD_LIBS="$MPD_LIBS -lws2_32"