aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-25 16:46:07 +0100
committerMax Kellermann <max@duempel.org>2009-02-25 16:46:07 +0100
commitbdb3129f18cc42dce09984108801937512667209 (patch)
tree5109958f18ef110a8f27d9f38ccdd274e76b7fca /m4
parent6fdaa49668e126938c187cabfd78a818a3f68de9 (diff)
configure.ac: declare AM_CFLAGS
Moved generic compiler options to AM_CFLAGS. MPD_CFLAGS/MPD_LIBS will hopefully fade away one day, in favor of more fine-grained variables.
Diffstat (limited to 'm4')
-rw-r--r--m4/mpd_check_cflag.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mpd_check_cflag.m4 b/m4/mpd_check_cflag.m4
index 42112335..9b5788f7 100644
--- a/m4/mpd_check_cflag.m4
+++ b/m4/mpd_check_cflag.m4
@@ -12,7 +12,7 @@ AC_DEFUN([MPD_CHECK_FLAG],[
])
if eval "test x`echo '$mpd_check_cflag_'$var` = xyes"
then
- MPD_CFLAGS="$MPD_CFLAGS $1"
+ AM_CFLAGS="$AM_CFLAGS $1"
fi
])
])