Mercurial > audlegacy
changeset 162:3d02042ffdb8 trunk
[svn] autoconf fixes for lirc, still broken
author | nenolod |
---|---|
date | Sat, 12 Nov 2005 17:26:42 -0800 |
parents | ca019057a292 |
children | 7165de495f0f |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sat Nov 12 17:26:32 2005 -0800 +++ b/configure.ac Sat Nov 12 17:26:42 2005 -0800 @@ -324,7 +324,7 @@ AC_MSG_RESULT([*** LIRC plugin disabled per user request ***]) have_lirc="no" fi -AM_CONDITIONAL([LIRC], test x$have_lirc = xyes) +AM_CONDITIONAL([ENABLE_LIRC], test "$have_lirc" = "yes") dnl *** Ogg Vorbis