aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-07 19:23:00 +0200
committerMax Kellermann <max@duempel.org>2013-08-07 19:23:00 +0200
commitfdc7d13ad16184c20d2bd37063cbb4d9957a4461 (patch)
tree37cb0553b2879b700584c472939d242ed93aa8f0 /configure.ac
parent355dd5cb24f1d36cb13a2463ce7585186474adc8 (diff)
downloadmpd-fdc7d13ad16184c20d2bd37063cbb4d9957a4461.tar.gz
mpd-fdc7d13ad16184c20d2bd37063cbb4d9957a4461.tar.xz
mpd-fdc7d13ad16184c20d2bd37063cbb4d9957a4461.zip
configure.ac: pass option name to MPD_OPTIONAL_FUNC()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index de3e98418..618c3f15c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,8 +140,8 @@ AC_SEARCH_LIBS([socket], [socket])
AC_SEARCH_LIBS([gethostbyname], [nsl])
AC_CHECK_FUNCS(pipe2 accept4)
-MPD_OPTIONAL_FUNC(eventfd, USE_EVENTFD)
-MPD_OPTIONAL_FUNC(signalfd, USE_SIGNALFD)
+MPD_OPTIONAL_FUNC(eventfd, eventfd, USE_EVENTFD)
+MPD_OPTIONAL_FUNC(signalfd, signalfd, USE_SIGNALFD)
AC_SEARCH_LIBS([exp], [m],,
[AC_MSG_ERROR([exp() not found])])