Commit ad7b7a16 authored by Max Kellermann's avatar Max Kellermann

configure.ac: declare MPD_LIBS and MPD_CFLAGS first

Declare and initialize MPD_LIBS and MPD_CFLAGS before the "OS specific defaults" section.
parent 2e2bfb45
......@@ -19,6 +19,16 @@ PKG_PROG_PKG_CONFIG
dnl
dnl declare variables
dnl
AC_SUBST(MPD_LIBS)
AC_SUBST(MPD_CFLAGS)
MPD_LIBS=""
MPD_CFLAGS=""
dnl
dnl OS specific defaults
dnl
......@@ -66,16 +76,6 @@ fi
dnl
dnl declare variables
dnl
AC_SUBST(MPD_LIBS)
AC_SUBST(MPD_CFLAGS)
MPD_LIBS=""
MPD_CFLAGS=""
dnl
dnl libc features
dnl
......
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