Ignore:
Timestamp:
Mar 23, 2016 11:57:41 AM (8 years ago)
Author:
nanang
Message:

Re #1609: Minor fix in configure scripts in ALSA detection message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5269 r5270  
    662662  *) 
    663663        dnl # Check if ALSA is available 
    664         AC_MSG_CHECKING([if ALSA dev lib is installed]) 
    665664        ac_pjmedia_snd=alsa 
    666665        AC_SUBST(ac_pa_use_alsa,1) 
    667666        AC_CHECK_HEADER(alsa/version.h, 
    668                         [ 
    669                          LIBS="$LIBS -lasound" 
    670                          AC_MSG_RESULT(yes) 
    671                         ], 
    672                         [ 
    673                          ac_pa_use_alsa=0 
    674                          AC_MSG_RESULT(no) 
    675                         ]) 
     667                        [LIBS="$LIBS -lasound"], 
     668                        [ac_pa_use_alsa=0]) 
    676669        AC_MSG_RESULT([Checking sound device backend... unix]) 
    677670 
Note: See TracChangeset for help on using the changeset viewer.