comparison configure.ac @ 388:14e3cf397729 trunk

[svn] Autotools do not want quoting here, apparently. Fair enough.
author chainsaw
date Tue, 03 Jan 2006 14:29:34 -0800
parents 7f0e78f42032
children f74c6a175510
comparison
equal deleted inserted replaced
387:7f0e78f42032 388:14e3cf397729
316 [enable_adplug="yes"] 316 [enable_adplug="yes"]
317 ) 317 )
318 318
319 if test "$enable_adplug" = "yes"; then 319 if test "$enable_adplug" = "yes"; then
320 AC_CHECK_LIB([binio],[main],[have_adplug=yes],[have_adplug=no]) 320 AC_CHECK_LIB([binio],[main],[have_adplug=yes],[have_adplug=no])
321 AC_CHECK_HEADER(<binio.h>,,[have_adplug=no]) 321 AC_CHECK_HEADER(binio.h,,[have_adplug=no])
322 else 322 else
323 AC_MSG_RESULT([*** AdPlug plugin disabled per user request ***]) 323 AC_MSG_RESULT([*** AdPlug plugin disabled per user request ***])
324 have_adplug="no" 324 have_adplug="no"
325 fi 325 fi
326 AM_CONDITIONAL([HAVE_ADPLUG], test "$have_lirc" = "yes") 326 AM_CONDITIONAL([HAVE_ADPLUG], test "$have_lirc" = "yes")