aboutsummaryrefslogtreecommitdiffstats
path: root/m4/mpd_auto.m4
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-21 23:25:48 +0100
committerMax Kellermann <max@duempel.org>2014-12-22 10:31:50 +0100
commit373706c92b9f71f3b9bd88f21bfdb4c2ce34be47 (patch)
tree3d9ab3bd0cfdd6feadb74e03fbae32e01443d164 /m4/mpd_auto.m4
parent7afe63aa06cd1f7ed797b53f75942b952edcefe1 (diff)
downloadmpd-373706c92b9f71f3b9bd88f21bfdb4c2ce34be47.tar.gz
mpd-373706c92b9f71f3b9bd88f21bfdb4c2ce34be47.tar.xz
mpd-373706c92b9f71f3b9bd88f21bfdb4c2ce34be47.zip
configure.ac: add macro MPD_DEFINE_CONDITIONAL
Diffstat (limited to 'm4/mpd_auto.m4')
-rw-r--r--m4/mpd_auto.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/m4/mpd_auto.m4 b/m4/mpd_auto.m4
index 5a6c25861..a57ee2d5a 100644
--- a/m4/mpd_auto.m4
+++ b/m4/mpd_auto.m4
@@ -93,11 +93,7 @@ AC_DEFUN([MPD_ARG_ENABLE], [
$5
- if test x$[]enable_$1 = xyes; then
- AC_DEFINE(ENABLE_$2, 1,
- [Define to enable $3])
- fi
- AM_CONDITIONAL(ENABLE_$2, test x$[]enable_$1 = xyes)
+ MPD_DEFINE_CONDITIONAL(enable_$1, ENABLE_$2, [$3])
])
dnl Wrapper for AC_ARG_ENABLE and MPD_AUTO_PKG