diff options
-rw-r--r-- | configure.ac | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 2295dc12c..0fa53b60b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |