Changeset 4800
- Timestamp:
- Mar 20, 2014 5:35:27 AM (11 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r4732 r4800 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 8for pjproject 2.x.3 # Generated by GNU Autoconf 2.69 for pjproject 2.x. 4 4 # 5 5 # 6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 8 # Foundation, Inc. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 9 7 # 10 8 # … … 135 133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 136 134 135 # Use a proper internal environment variable to ensure we don't fall 136 # into an infinite loop, continuously re-executing ourselves. 137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 138 _as_can_reexec=no; export _as_can_reexec; 139 # We cannot yet assume a decent shell, so we have to provide a 140 # neutralization value for shells without unset; and this also 141 # works around shells that cannot unset nonexistent variables. 142 # Preserve -v and -x to the replacement shell. 143 BASH_ENV=/dev/null 144 ENV=/dev/null 145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 146 case $- in # (((( 147 *v*x* | *x*v* ) as_opts=-vx ;; 148 *v* ) as_opts=-v ;; 149 *x* ) as_opts=-x ;; 150 * ) as_opts= ;; 151 esac 152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 153 # Admittedly, this is quite paranoid, since all the known shells bail 154 # out after a failed `exec'. 155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 156 as_fn_exit 255 157 fi 158 # We don't want this to propagate to other subprocesses. 159 { _as_can_reexec=; unset _as_can_reexec;} 137 160 if test "x$CONFIG_SHELL" = x; then 138 161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : … … 168 191 exitcode=1; echo positional parameters were not saved. 169 192 fi 170 test x\$exitcode = x0 || exit 1" 193 test x\$exitcode = x0 || exit 1 194 test -x / || exit 1" 171 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 172 196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO … … 213 237 214 238 if test "x$CONFIG_SHELL" != x; then : 215 # We cannot yet assume a decent shell, so we have to provide a 216 # neutralization value for shells without unset; and this also 217 # works around shells that cannot unset nonexistent variables. 218 # Preserve -v and -x to the replacement shell. 219 BASH_ENV=/dev/null 220 ENV=/dev/null 221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 222 export CONFIG_SHELL 223 case $- in # (((( 224 *v*x* | *x*v* ) as_opts=-vx ;; 225 *v* ) as_opts=-v ;; 226 *x* ) as_opts=-x ;; 227 * ) as_opts= ;; 228 esac 229 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 239 export CONFIG_SHELL 240 # We cannot yet assume a decent shell, so we have to provide a 241 # neutralization value for shells without unset; and this also 242 # works around shells that cannot unset nonexistent variables. 243 # Preserve -v and -x to the replacement shell. 244 BASH_ENV=/dev/null 245 ENV=/dev/null 246 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 247 case $- in # (((( 248 *v*x* | *x*v* ) as_opts=-vx ;; 249 *v* ) as_opts=-v ;; 250 *x* ) as_opts=-x ;; 251 * ) as_opts= ;; 252 esac 253 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 254 # Admittedly, this is quite paranoid, since all the known shells bail 255 # out after a failed `exec'. 256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 257 exit 255 230 258 fi 231 259 … … 329 357 330 358 } # as_fn_mkdir_p 359 360 # as_fn_executable_p FILE 361 # ----------------------- 362 # Test if FILE is an executable regular file. 363 as_fn_executable_p () 364 { 365 test -f "$1" && test -x "$1" 366 } # as_fn_executable_p 331 367 # as_fn_append VAR VALUE 332 368 # ---------------------- … … 450 486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 451 487 488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 489 # already done that, so ensure we don't try to do so again and fall 490 # in an infinite loop. This has already happened in practice. 491 _as_can_reexec=no; export _as_can_reexec 452 492 # Don't try to exec as it changes $[0], causing all sort of problems 453 493 # (the dirname of $[0] is not the place where we might find the … … 484 524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 485 525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 486 # In both cases, we have to default to `cp -p '.526 # In both cases, we have to default to `cp -pR'. 487 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 488 as_ln_s='cp -p '528 as_ln_s='cp -pR' 489 529 elif ln conf$$.file conf$$ 2>/dev/null; then 490 530 as_ln_s=ln 491 531 else 492 as_ln_s='cp -p '532 as_ln_s='cp -pR' 493 533 fi 494 534 else 495 as_ln_s='cp -p '535 as_ln_s='cp -pR' 496 536 fi 497 537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 505 545 fi 506 546 507 if test -x / >/dev/null 2>&1; then 508 as_test_x='test -x' 509 else 510 if ls -dL / >/dev/null 2>&1; then 511 as_ls_L_option=L 512 else 513 as_ls_L_option= 514 fi 515 as_test_x=' 516 eval sh -c '\'' 517 if test -d "$1"; then 518 test -d "$1/."; 519 else 520 case $1 in #( 521 -*)set "./$1";; 522 esac; 523 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 524 ???[sx]*):;;*)false;;esac;fi 525 '\'' sh 526 ' 527 fi 528 as_executable_p=$as_test_x 547 as_test_x='test -x' 548 as_executable_p=as_fn_executable_p 529 549 530 550 # Sed expression to map a string onto a valid CPP name. … … 1251 1271 if test "x$build_alias" = x; then 1252 1272 cross_compiling=maybe 1253 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1254 If a cross compiler is detected then cross compile mode will be used" >&21255 1273 elif test "x$build_alias" != "x$host_alias"; then 1256 1274 cross_compiling=yes … … 1566 1584 cat <<\_ACEOF 1567 1585 pjproject configure 2.x 1568 generated by GNU Autoconf 2.6 81569 1570 Copyright (C) 201 0Free Software Foundation, Inc.1586 generated by GNU Autoconf 2.69 1587 1588 Copyright (C) 2012 Free Software Foundation, Inc. 1571 1589 This configure script is free software; the Free Software Foundation 1572 1590 gives unlimited permission to copy, distribute and modify it. … … 1682 1700 } && test -s conftest$ac_exeext && { 1683 1701 test "$cross_compiling" = yes || 1684 $as_test_x conftest$ac_exeext1702 test -x conftest$ac_exeext 1685 1703 }; then : 1686 1704 ac_retval=0 … … 1969 1987 1970 1988 It was created by pjproject $as_me 2.x, which was 1971 generated by GNU Autoconf 2.6 8. Invocation command line was1989 generated by GNU Autoconf 2.69. Invocation command line was 1972 1990 1973 1991 $ $0 $@ … … 2494 2512 test -z "$as_dir" && as_dir=. 2495 2513 for ac_exec_ext in '' $ac_executable_extensions; do 2496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2514 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2497 2515 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2498 2516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2534 2552 test -z "$as_dir" && as_dir=. 2535 2553 for ac_exec_ext in '' $ac_executable_extensions; do 2536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2537 2555 ac_cv_prog_ac_ct_CC="gcc" 2538 2556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2587 2605 test -z "$as_dir" && as_dir=. 2588 2606 for ac_exec_ext in '' $ac_executable_extensions; do 2589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2607 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2590 2608 ac_cv_prog_CC="${ac_tool_prefix}cc" 2591 2609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2628 2646 test -z "$as_dir" && as_dir=. 2629 2647 for ac_exec_ext in '' $ac_executable_extensions; do 2630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2648 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2631 2649 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2632 2650 ac_prog_rejected=yes … … 2686 2704 test -z "$as_dir" && as_dir=. 2687 2705 for ac_exec_ext in '' $ac_executable_extensions; do 2688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2706 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2689 2707 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2690 2708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2730 2748 test -z "$as_dir" && as_dir=. 2731 2749 for ac_exec_ext in '' $ac_executable_extensions; do 2732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2750 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2733 2751 ac_cv_prog_ac_ct_CC="$ac_prog" 2734 2752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3176 3194 #include <stdarg.h> 3177 3195 #include <stdio.h> 3178 #include <sys/types.h> 3179 #include <sys/stat.h> 3196 struct stat; 3180 3197 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3181 3198 struct buf { int x; }; … … 3290 3307 test -z "$as_dir" && as_dir=. 3291 3308 for ac_exec_ext in '' $ac_executable_extensions; do 3292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3309 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3293 3310 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3294 3311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3334 3351 test -z "$as_dir" && as_dir=. 3335 3352 for ac_exec_ext in '' $ac_executable_extensions; do 3336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3353 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3337 3354 ac_cv_prog_ac_ct_CXX="$ac_prog" 3338 3355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3543 3560 test -z "$as_dir" && as_dir=. 3544 3561 for ac_exec_ext in '' $ac_executable_extensions; do 3545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3546 3563 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3547 3564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3583 3600 test -z "$as_dir" && as_dir=. 3584 3601 for ac_exec_ext in '' $ac_executable_extensions; do 3585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3602 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3586 3603 ac_cv_prog_ac_ct_RANLIB="ranlib" 3587 3604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3637 3654 test -z "$as_dir" && as_dir=. 3638 3655 for ac_exec_ext in '' $ac_executable_extensions; do 3639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3656 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3640 3657 ac_cv_prog_AR="$ac_tool_prefix$ac_prog" 3641 3658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3681 3698 test -z "$as_dir" && as_dir=. 3682 3699 for ac_exec_ext in '' $ac_executable_extensions; do 3683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3700 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3684 3701 ac_cv_prog_ac_ct_AR="$ac_prog" 3685 3702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4463 4480 for ac_exec_ext in '' $ac_executable_extensions; do 4464 4481 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4465 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; }|| continue4482 as_fn_executable_p "$ac_path_GREP" || continue 4466 4483 # Check for GNU ac_path_GREP and select it if it is found. 4467 4484 # Check for GNU $ac_path_GREP … … 4529 4546 for ac_exec_ext in '' $ac_executable_extensions; do 4530 4547 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4531 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; }|| continue4548 as_fn_executable_p "$ac_path_EGREP" || continue 4532 4549 # Check for GNU ac_path_EGREP and select it if it is found. 4533 4550 # Check for GNU $ac_path_EGREP … … 6373 6390 # Check whether --enable-libsamplerate was given. 6374 6391 if test "${enable_libsamplerate+set}" = set; then : 6375 enableval=$enable_libsamplerate; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for src_new in -lsamplerate" >&5 6392 enableval=$enable_libsamplerate; 6393 if test "$enable_libsamplerate" = "yes"; then 6394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if libsamplerate is enabled...yes" >&5 6395 $as_echo "Checking if libsamplerate is enabled...yes" >&6; } 6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for src_new in -lsamplerate" >&5 6376 6397 $as_echo_n "checking for src_new in -lsamplerate... " >&6; } 6377 6398 if ${ac_cv_lib_samplerate_src_new+:} false; then : … … 6418 6439 fi 6419 6440 6420 ac_pjmedia_resample=libsamplerate 6421 else 6422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Skipping libsamplerate detection" >&5 6423 $as_echo "Skipping libsamplerate detection" >&6; } 6424 6441 ac_pjmedia_resample=libsamplerate 6442 else 6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if libsamplerate is enabled...no" >&5 6444 $as_echo "Checking if libsamplerate is enabled...no" >&6; } 6445 fi 6446 6447 else 6448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if libsamplerate is enabled...no" >&5 6449 $as_echo "Checking if libsamplerate is enabled...no" >&6; } 6425 6450 fi 6426 6451 … … 6488 6513 test -z "$as_dir" && as_dir=. 6489 6514 for ac_exec_ext in '' $ac_executable_extensions; do 6490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6515 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6491 6516 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext" 6492 6517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6534 6559 test -z "$as_dir" && as_dir=. 6535 6560 for ac_exec_ext in '' $ac_executable_extensions; do 6536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6561 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6537 6562 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext" 6538 6563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6639 6664 test -z "$as_dir" && as_dir=. 6640 6665 for ac_exec_ext in '' $ac_executable_extensions; do 6641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6666 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6642 6667 ac_cv_prog_PKG_CONFIG="$ac_prog" 6643 6668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8321 8346 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 8322 8347 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 8323 # In both cases, we have to default to `cp -p '.8348 # In both cases, we have to default to `cp -pR'. 8324 8349 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 8325 as_ln_s='cp -p '8350 as_ln_s='cp -pR' 8326 8351 elif ln conf$$.file conf$$ 2>/dev/null; then 8327 8352 as_ln_s=ln 8328 8353 else 8329 as_ln_s='cp -p '8354 as_ln_s='cp -pR' 8330 8355 fi 8331 8356 else 8332 as_ln_s='cp -p '8357 as_ln_s='cp -pR' 8333 8358 fi 8334 8359 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 8390 8415 fi 8391 8416 8392 if test -x / >/dev/null 2>&1; then 8393 as_test_x='test -x' 8394 else 8395 if ls -dL / >/dev/null 2>&1; then 8396 as_ls_L_option=L 8397 else 8398 as_ls_L_option= 8399 fi 8400 as_test_x=' 8401 eval sh -c '\'' 8402 if test -d "$1"; then 8403 test -d "$1/."; 8404 else 8405 case $1 in #( 8406 -*)set "./$1";; 8407 esac; 8408 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 8409 ???[sx]*):;;*)false;;esac;fi 8410 '\'' sh 8411 ' 8412 fi 8413 as_executable_p=$as_test_x 8417 8418 # as_fn_executable_p FILE 8419 # ----------------------- 8420 # Test if FILE is an executable regular file. 8421 as_fn_executable_p () 8422 { 8423 test -f "$1" && test -x "$1" 8424 } # as_fn_executable_p 8425 as_test_x='test -x' 8426 as_executable_p=as_fn_executable_p 8414 8427 8415 8428 # Sed expression to map a string onto a valid CPP name. … … 8433 8446 ac_log=" 8434 8447 This file was extended by pjproject $as_me 2.x, which was 8435 generated by GNU Autoconf 2.6 8. Invocation command line was8448 generated by GNU Autoconf 2.69. Invocation command line was 8436 8449 8437 8450 CONFIG_FILES = $CONFIG_FILES … … 8495 8508 ac_cs_version="\\ 8496 8509 pjproject config.status 2.x 8497 configured by $0, generated by GNU Autoconf 2.6 8,8510 configured by $0, generated by GNU Autoconf 2.69, 8498 8511 with options \\"\$ac_cs_config\\" 8499 8512 8500 Copyright (C) 201 0Free Software Foundation, Inc.8513 Copyright (C) 2012 Free Software Foundation, Inc. 8501 8514 This config.status script is free software; the Free Software Foundation 8502 8515 gives unlimited permission to copy, distribute and modify it." … … 8586 8599 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 8587 8600 if \$ac_cs_recheck; then 8588 set X '$SHELL''$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion8601 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 8589 8602 shift 8590 8603 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 -
pjproject/trunk/aconfigure.ac
r4732 r4800 871 871 dnl # Include libsamplerate 872 872 AC_ARG_ENABLE(libsamplerate, 873 AC_HELP_STRING([--enable-libsamplerate], 874 [Link with libsamplerate when available.]), 875 [ AC_CHECK_LIB(samplerate,src_new) ] 876 [ac_pjmedia_resample=libsamplerate], 877 AC_MSG_RESULT([Skipping libsamplerate detection]) 878 ) 873 AC_HELP_STRING([--enable-libsamplerate], 874 [Link with libsamplerate when available.]), 875 [ 876 if test "$enable_libsamplerate" = "yes"; then 877 AC_MSG_RESULT([Checking if libsamplerate is enabled...yes]) 878 AC_CHECK_LIB(samplerate,src_new) 879 [ac_pjmedia_resample=libsamplerate] 880 else 881 AC_MSG_RESULT([Checking if libsamplerate is enabled...no]) 882 fi 883 ], AC_MSG_RESULT([Checking if libsamplerate is enabled...no])) 879 884 880 885 AC_SUBST(ac_resample_dll)
Note: See TracChangeset
for help on using the changeset viewer.