From ad7b7a16646daf72618ebcfbfd4dc0bcf6e79d95 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 6 Jan 2009 09:07:02 +0100 Subject: configure.ac: declare MPD_LIBS and MPD_CFLAGS first Declare and initialize MPD_LIBS and MPD_CFLAGS before the "OS specific defaults" section. --- configure.ac | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2295dc12c..0fa53b60b 100644 --- a/configure.ac +++ b/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 -- cgit v1.2.3