aboutsummaryrefslogtreecommitdiff
path: root/m4/mpd_check_cflag.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mpd_check_cflag.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
])
])