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:
parent
2e2bfb4515
commit
ad7b7a1664
20
configure.ac
20
configure.ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user