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
|
PKG_PROG_PKG_CONFIG
|
||||||
|
|
||||||
|
|
||||||
|
dnl
|
||||||
|
dnl declare variables
|
||||||
|
dnl
|
||||||
|
|
||||||
|
AC_SUBST(MPD_LIBS)
|
||||||
|
AC_SUBST(MPD_CFLAGS)
|
||||||
|
MPD_LIBS=""
|
||||||
|
MPD_CFLAGS=""
|
||||||
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl OS specific defaults
|
dnl OS specific defaults
|
||||||
dnl
|
dnl
|
||||||
@ -65,16 +75,6 @@ if test -z "$prefix" || test "x$prefix" = xNONE; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
dnl
|
|
||||||
dnl declare variables
|
|
||||||
dnl
|
|
||||||
|
|
||||||
AC_SUBST(MPD_LIBS)
|
|
||||||
AC_SUBST(MPD_CFLAGS)
|
|
||||||
MPD_LIBS=""
|
|
||||||
MPD_CFLAGS=""
|
|
||||||
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl libc features
|
dnl libc features
|
||||||
dnl
|
dnl
|
||||||
|
Loading…
Reference in New Issue
Block a user