aboutsummaryrefslogtreecommitdiff
path: root/m4/ucred.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ucred.m4')
-rw-r--r--m4/ucred.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ucred.m4 b/m4/ucred.m4
index 3a824524..cdc6ea3b 100644
--- a/m4/ucred.m4
+++ b/m4/ucred.m4
@@ -20,7 +20,7 @@ AC_DEFUN([STRUCT_UCRED],[
mpd_cv_have_struct_ucred=no)
if test x$mpd_cv_have_struct_ucred = xyes; then
# :(
- MPD_CFLAGS="$MPD_CFLAGS -D_GNU_SOURCE"
+ CFLAGS="$CFLAGS -D_GNU_SOURCE"
fi
fi
])