configure.ac: declare MPD_LIBS and MPD_CFLAGS first

Declare and initialize MPD_LIBS and MPD_CFLAGS before the "OS specific
defaults" section.
This commit is contained in:
Max Kellermann 2009-01-06 09:07:02 +01:00
parent 2e2bfb4515
commit ad7b7a1664

View File

@ -18,6 +18,16 @@ AC_PROG_MAKE_SET
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
@ -65,16 +75,6 @@ if test -z "$prefix" || test "x$prefix" = xNONE; then
fi
dnl
dnl declare variables
dnl
AC_SUBST(MPD_LIBS)
AC_SUBST(MPD_CFLAGS)
MPD_LIBS=""
MPD_CFLAGS=""
dnl
dnl libc features
dnl