comparison configure.ac @ 163:7165de495f0f trunk

[svn] oops
author nenolod
date Sat, 12 Nov 2005 17:27:07 -0800
parents 3d02042ffdb8
children d2c091891237
comparison
equal deleted inserted replaced
162:3d02042ffdb8 163:7165de495f0f
322 AC_CHECK_LIB([lirc_client],[lirc_init],[have_lirc=yes],[have_lirc=no]) 322 AC_CHECK_LIB([lirc_client],[lirc_init],[have_lirc=yes],[have_lirc=no])
323 else 323 else
324 AC_MSG_RESULT([*** LIRC plugin disabled per user request ***]) 324 AC_MSG_RESULT([*** LIRC plugin disabled per user request ***])
325 have_lirc="no" 325 have_lirc="no"
326 fi 326 fi
327 AM_CONDITIONAL([ENABLE_LIRC], test "$have_lirc" = "yes") 327 AM_CONDITIONAL([HAVE_LIRC], test "$have_lirc" = "yes")
328
329 328
330 dnl *** Ogg Vorbis 329 dnl *** Ogg Vorbis
331 330
332 AC_ARG_ENABLE(vorbis, 331 AC_ARG_ENABLE(vorbis,
333 [ --disable-vorbis disable Ogg Vorbis input plugin (default=enabled)], 332 [ --disable-vorbis disable Ogg Vorbis input plugin (default=enabled)],