configure.ac: added AC_CANONICAL_HOST
Without AC_CANONICAL_HOST, ${host_os} etc. are not defined.
This commit is contained in:
parent
7f701744a7
commit
f2717a7139
@ -34,6 +34,8 @@ dnl
|
|||||||
dnl OS specific defaults
|
dnl OS specific defaults
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
|
AC_CANONICAL_HOST
|
||||||
|
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-mingw32* | *-windows*)
|
*-mingw32* | *-windows*)
|
||||||
MPD_LIBS="$MPD_LIBS -lws2_32"
|
MPD_LIBS="$MPD_LIBS -lws2_32"
|
||||||
|
Loading…
Reference in New Issue
Block a user