Changeset 718
- Timestamp:
- 04/24/10 11:20:28 (2 years ago)
- Files:
-
- sweep/trunk/configure.ac (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/configure.ac
r717 r718 349 349 sweep_config_driver="$sweep_config_driver PulseAudio" 350 350 fi 351 else 352 HAVE_PULSEAUDIO=disabled 351 353 fi 352 354 … … 361 363 sweep_config_driver="$sweep_config_driver ALSA" 362 364 fi 365 else 366 HAVE_ALSA=disabled 363 367 fi 364 368 … … 375 379 fi 376 380 fi 381 else 382 HAVE_OSS=disabled 377 383 fi 378 384 … … 539 545 fi 540 546 541 if test "x$HAVE_ALSA" = xmaybe ; then 547 if test "x${ac_enable_alsa}" != xno ; then 548 if test "x$HAVE_ALSA" != xyes ; then 549 AC_MSG_RESULT([ 550 *** alsa-lib version 1.0.0 or greater, available from 551 *** http://alsa-project.org/ 552 ]) 553 fi 554 if test "x$HAVE_ALSA" = xmaybe ; then 542 555 AC_MSG_RESULT([ 543 556 Development files missing: alsa-lib 1.0.0 or greater seems to exist … … 545 558 build information. 546 559 ]) 547 fi 548 549 if test "x$HAVE_ALSA" != xyes ; then 550 AC_MSG_RESULT([ 551 *** alsa-lib version 1.0.0 or greater, available from 552 *** http://alsa-project.org/ 553 ]) 560 fi 561 fi 562 563 if test "x${ac_enable_pulseaudio}" != xno ; then 564 if test "x$HAVE_PULSEAUDIO" != xyes ; then 565 AC_MSG_RESULT([ 566 *** PulseAudio, available from http://pulseaudio.org/ 567 ]) 568 fi 554 569 fi 555 570
