repo.or.cz
/
pulseaudio-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
udev: tell inotify to actually inform us about ACL changes
[pulseaudio-mirror.git]
/
m4
/
acx_lirc.m4
blob
d3f8ea7351bf7cd3feb48faa814fc36441f9d8d4
1
AC_DEFUN([ACX_LIRC], [
2
LIRC_CFLAGS=
3
LIRC_LIBS=
4
AC_CHECK_HEADER(lirc/lirc_client.h,[AC_CHECK_LIB(lirc_client,lirc_init,[HAVE_LIRC=1
5
LIRC_LIBS=-llirc_client],HAVE_LIRC=0)],HAVE_LIRC=0)
6
])