diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2011-06-08 22:25:48 +0200 |
---|---|---|
committer | Maarten Bosmans <mkbosmans@gmail.com> | 2011-06-20 16:01:38 +0200 |
commit | 429512dd5fdbc5137005967689a93a919ce411da (patch) | |
tree | 012f5a9c7276117f79f003a4aa20bf4e86fe2e09 /m4 | |
parent | 71d05f553d87db2dbb5e641b9d35f3a04e6f13c0 (diff) |
build-sys: Move acx_lirc.m4 contents to configure.ac
The file is so small, that it is clearer just to do it in the main file.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/acx_lirc.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/m4/acx_lirc.m4 b/m4/acx_lirc.m4 deleted file mode 100644 index d3f8ea735..000000000 --- a/m4/acx_lirc.m4 +++ /dev/null @@ -1,6 +0,0 @@ -AC_DEFUN([ACX_LIRC], [ -LIRC_CFLAGS= -LIRC_LIBS= -AC_CHECK_HEADER(lirc/lirc_client.h,[AC_CHECK_LIB(lirc_client,lirc_init,[HAVE_LIRC=1 -LIRC_LIBS=-llirc_client],HAVE_LIRC=0)],HAVE_LIRC=0) -]) |