Newer
Older
*)
BEANSTALK_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} BEANSTALK"
;;
esac
fi
if test "x${PBX_PJPROJECT}" != "x1" ; then
12018
12019
12020
12021
12022
12023
12024
12025
12026
12027
12028
12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
12041
12042
12043
12044
12045
12046
12047
12048
PJPROJECT_DESCRIP="PJPROJECT"
PJPROJECT_OPTION="pjproject"
PBX_PJPROJECT=0
# Check whether --with-pjproject was given.
if test "${with_pjproject+set}" = set; then :
withval=$with_pjproject;
case ${withval} in
n|no)
USE_PJPROJECT=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_PJPROJECT=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} PJPROJECT"
;;
*)
PJPROJECT_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} PJPROJECT"
;;
esac
fi
PJSIP_DLG_CREATE_UAS_AND_INC_LOCK_DESCRIP="PJSIP Dialog Create UAS with Incremented Lock"
PJSIP_DLG_CREATE_UAS_AND_INC_LOCK_OPTION=pjsip
PJSIP_DLG_CREATE_UAS_AND_INC_LOCK_DIR=${PJPROJECT_DIR}
PBX_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK=0
Joshua Colp
committed
PJ_TRANSACTION_GRP_LOCK_DESCRIP="PJSIP Transaction Group Lock Support"
PJ_TRANSACTION_GRP_LOCK_OPTION=pjsip
PJ_TRANSACTION_GRP_LOCK_DIR=${PJPROJECT_DIR}
Joshua Colp
committed
PBX_PJ_TRANSACTION_GRP_LOCK=0
PJSIP_REPLACE_MEDIA_STREAM_DESCRIP="PJSIP Media Stream Replacement Support"
PJSIP_REPLACE_MEDIA_STREAM_OPTION=pjsip
PJSIP_REPLACE_MEDIA_STREAM_DIR=${PJPROJECT_DIR}
PBX_PJSIP_REPLACE_MEDIA_STREAM=0
PJSIP_GET_DEST_INFO_DESCRIP="pjsip_get_dest_info support"
PJSIP_GET_DEST_INFO_OPTION=pjsip
PJSIP_GET_DEST_INFO_DIR=${PJPROJECT_DIR}
PBX_PJSIP_GET_DEST_INFO=0
PJ_SSL_CERT_LOAD_FROM_FILES2_DESCRIP="pj_ssl_cert_load_from_files2 support"
PJ_SSL_CERT_LOAD_FROM_FILES2_OPTION=pjsip
PJ_SSL_CERT_LOAD_FROM_FILES2_DIR=${PJPROJECT_DIR}
PBX_PJ_SSL_CERT_LOAD_FROM_FILES2=0
PJSIP_EXTERNAL_RESOLVER_DESCRIP="PJSIP External Resolver Support"
PJSIP_EXTERNAL_RESOLVER_OPTION=pjsip
PJSIP_EXTERNAL_RESOLVER_DIR=${PJPROJECT_DIR}
PBX_PJSIP_EXTERNAL_RESOLVER=0
PJSIP_TLS_TRANSPORT_PROTO_DESCRIP="PJSIP TLS Transport proto field support"
PJSIP_TLS_TRANSPORT_PROTO_OPTION=pjsip
PJSIP_TLS_TRANSPORT_PROTO_DIR=${PJPROJECT_DIR}
PBX_PJSIP_TLS_TRANSPORT_PROTO=0
PJSIP_EVSUB_GRP_LOCK_DESCRIP="PJSIP EVSUB Group Lock support"
PJSIP_EVSUB_GRP_LOCK_OPTION=pjsip
PJSIP_EVSUB_GRP_LOCK_DIR=${PJPROJECT_DIR}
PBX_PJSIP_EVSUB_GRP_LOCK=0
PJSIP_INV_SESSION_REF_DESCRIP="PJSIP INVITE Session Reference Count support"
PJSIP_INV_SESSION_REF_OPTION=pjsip
PJSIP_INV_SESSION_REF_DIR=${PJPROJECT_DIR}
PBX_PJSIP_INV_SESSION_REF=0
PJSIP_AUTH_CLT_DEINIT_DESCRIP="pjsip_auth_clt_deinit support"
PJSIP_AUTH_CLT_DEINIT_OPTION=pjsip
PJSIP_AUTH_CLT_DEINIT_DIR=${PJPROJECT_DIR}
PBX_PJSIP_AUTH_CLT_DEINIT=0
PJSIP_TSX_LAYER_FIND_TSX2_DESCRIP="pjsip_tsx_layer_find_tsx2 support"
PJSIP_TSX_LAYER_FIND_TSX2_OPTION=pjsip
PJSIP_TSX_LAYER_FIND_TSX2_DIR=${PJPROJECT_DIR}
PBX_PJSIP_TSX_LAYER_FIND_TSX2=0
PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS_DESCRIP="PJSIP INVITE Accept Multiple SDP Answers"
PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS_OPTION=pjsip
PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS_DIR=${PJPROJECT_DIR}
PBX_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS=0
PJSIP_ENDPOINT_COMPACT_FORM_DESCRIP="PJSIP Compact Form Support on Endpoint"
PJSIP_ENDPOINT_COMPACT_FORM_OPTION=pjsip
PJSIP_ENDPOINT_COMPACT_FORM_DIR=${PJPROJECT_DIR}
PBX_PJSIP_ENDPOINT_COMPACT_FORM=0
12205
12206
12207
12208
12209
12210
12211
12212
12213
12214
12215
12216
12217
12218
12219
12220
12221
12222
12223
12224
12225
12226
12227
12228
PJSIP_TRANSPORT_DISABLE_CONNECTION_REUSE_DESCRIP="PJSIP Transport Connection Reuse Disabling"
PJSIP_TRANSPORT_DISABLE_CONNECTION_REUSE_OPTION=pjsip
PJSIP_TRANSPORT_DISABLE_CONNECTION_REUSE_DIR=${PJPROJECT_DIR}
PBX_PJSIP_TRANSPORT_DISABLE_CONNECTION_REUSE=0
PJSIP_OAUTH_AUTHENTICATION_DESCRIP="PJSIP OAuth Authentication Support"
PJSIP_OAUTH_AUTHENTICATION_OPTION=pjsip
PJSIP_OAUTH_AUTHENTICATION_DIR=${PJPROJECT_DIR}
PBX_PJSIP_OAUTH_AUTHENTICATION=0
12229
12230
12231
12232
12233
12234
12235
12236
12237
12238
12239
12240
12241
12242
12243
12244
12245
12246
12247
12248
12249
12250
12251
12252
PJSIP_TLS_TRANSPORT_RESTART_DESCRIP="PJSIP TLS Transport Restart Support"
PJSIP_TLS_TRANSPORT_RESTART_OPTION=pjsip
PJSIP_TLS_TRANSPORT_RESTART_DIR=${PJPROJECT_DIR}
PBX_PJSIP_TLS_TRANSPORT_RESTART=0
PJSIP_EVSUB_PENDING_NOTIFY_DESCRIP="PJSIP NOTIFY Required on SUBSCRIBE"
PJSIP_EVSUB_PENDING_NOTIFY_OPTION=pjsip
PJSIP_EVSUB_PENDING_NOTIFY_DIR=${PJPROJECT_DIR}
PBX_PJSIP_EVSUB_PENDING_NOTIFY=0
fi
12255
12256
12257
12258
12259
12260
12261
12262
12263
12264
12265
12266
12267
12268
12269
12270
12271
12272
12273
12274
12275
12276
12277
12278
12279
12280
12281
12282
12283
12284
12285
12286
12287
POPT_DESCRIP="popt"
POPT_OPTION="popt"
PBX_POPT=0
# Check whether --with-popt was given.
if test "${with_popt+set}" = set; then :
withval=$with_popt;
case ${withval} in
n|no)
USE_POPT=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_POPT=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} POPT"
;;
*)
POPT_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} POPT"
;;
esac
fi
PORTAUDIO_DESCRIP="PortAudio"
PORTAUDIO_OPTION="portaudio"
PBX_PORTAUDIO=0
# Check whether --with-portaudio was given.
if test "${with_portaudio+set}" = set; then :
withval=$with_portaudio;
case ${withval} in
n|no)
USE_PORTAUDIO=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_PORTAUDIO=-1
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} PORTAUDIO"
*)
PORTAUDIO_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} PORTAUDIO"
;;
esac
fi
PRI_DESCRIP="ISDN PRI"
PRI_OPTION="pri"
PBX_PRI=0
# Check whether --with-pri was given.
if test "${with_pri+set}" = set; then :
withval=$with_pri;
case ${withval} in
n|no)
USE_PRI=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_PRI=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} PRI"
;;
*)
PRI_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} PRI"
;;
esac
fi
Richard Mudgett
committed
PRI_SETUP_ACK_INBAND_DESCRIP="ISDN PRI progress inband ie in SETUP ACK"
PRI_SETUP_ACK_INBAND_OPTION=pri
PRI_SETUP_ACK_INBAND_DIR=${PRI_DIR}
PBX_PRI_SETUP_ACK_INBAND=0
12364
12365
12366
12367
12368
12369
12370
12371
12372
12373
12374
12375
12376
12377
12378
12379
12380
12381
12382
12383
12384
12385
12386
12387
12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
12401
12402
12403
12404
12405
12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430
12431
12432
12433
12434
12435
12436
12437
12438
12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
12553
12554
12555
12556
12557
12558
12559
12560
12561
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
12572
12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
12583
12584
12585
12586
12587
12588
12589
12590
12591
12592
12593
12594
12595
PRI_L2_PERSISTENCE_DESCRIP="ISDN Layer 2 persistence option"
PRI_L2_PERSISTENCE_OPTION=pri
PRI_L2_PERSISTENCE_DIR=${PRI_DIR}
PBX_PRI_L2_PERSISTENCE=0
PRI_DATETIME_SEND_DESCRIP="ISDN PRI Date/time ie send policy"
PRI_DATETIME_SEND_OPTION=pri
PRI_DATETIME_SEND_DIR=${PRI_DIR}
PBX_PRI_DATETIME_SEND=0
PRI_MWI_V2_DESCRIP="ISDN PRI Message Waiting Indication (Fixed)"
PRI_MWI_V2_OPTION=pri
PRI_MWI_V2_DIR=${PRI_DIR}
PBX_PRI_MWI_V2=0
PRI_DISPLAY_TEXT_DESCRIP="ISDN PRI user display text IE contents during call"
PRI_DISPLAY_TEXT_OPTION=pri
PRI_DISPLAY_TEXT_DIR=${PRI_DIR}
PBX_PRI_DISPLAY_TEXT=0
PRI_MWI_DESCRIP="ISDN PRI Message Waiting Indication"
PRI_MWI_OPTION=pri
PRI_MWI_DIR=${PRI_DIR}
PBX_PRI_MWI=0
PRI_MCID_DESCRIP="ISDN PRI Malicious Call ID"
PRI_MCID_OPTION=pri
PRI_MCID_DIR=${PRI_DIR}
PBX_PRI_MCID=0
PRI_CALL_WAITING_DESCRIP="ISDN PRI call waiting supplementary service"
PRI_CALL_WAITING_OPTION=pri
PRI_CALL_WAITING_DIR=${PRI_DIR}
PBX_PRI_CALL_WAITING=0
PRI_AOC_EVENTS_DESCRIP="ISDN PRI advice of charge supplementary service events"
PRI_AOC_EVENTS_OPTION=pri
PRI_AOC_EVENTS_DIR=${PRI_DIR}
PBX_PRI_AOC_EVENTS=0
PRI_TRANSFER_DESCRIP="ISDN PRI call transfer supplementary service"
PRI_TRANSFER_OPTION=pri
PRI_TRANSFER_DIR=${PRI_DIR}
PBX_PRI_TRANSFER=0
PRI_CCSS_DESCRIP="ISDN PRI call completion supplementary service"
PRI_CCSS_OPTION=pri
PRI_CCSS_DIR=${PRI_DIR}
PBX_PRI_CCSS=0
PRI_HANGUP_FIX_DESCRIP="ISDN PRI hangup fix"
PRI_HANGUP_FIX_OPTION=pri
PRI_HANGUP_FIX_DIR=${PRI_DIR}
PBX_PRI_HANGUP_FIX=0
PRI_SUBADDR_DESCRIP="ISDN PRI subaddressing"
PRI_SUBADDR_OPTION=pri
PRI_SUBADDR_DIR=${PRI_DIR}
PBX_PRI_SUBADDR=0
PRI_CALL_HOLD_DESCRIP="ISDN PRI call hold"
PRI_CALL_HOLD_OPTION=pri
PRI_CALL_HOLD_DIR=${PRI_DIR}
PBX_PRI_CALL_HOLD=0
PRI_CALL_REROUTING_DESCRIP="ISDN PRI call rerouting and call deflection"
PRI_CALL_REROUTING_OPTION=pri
PRI_CALL_REROUTING_DIR=${PRI_DIR}
PBX_PRI_CALL_REROUTING=0
PRI_SETUP_KEYPAD_DESCRIP="ISDN PRI keypad facility in SETUP"
PRI_SETUP_KEYPAD_OPTION=pri
PRI_SETUP_KEYPAD_DIR=${PRI_DIR}
PBX_PRI_SETUP_KEYPAD=0
# ------------------------------------v
# TODO: The code can be changed to always include these features now.
# These features will always be present if pri_connected_line_update is available.
PRI_INBANDDISCONNECT_DESCRIP="ISDN PRI set_inbanddisconnect"
PRI_INBANDDISCONNECT_OPTION=pri
PRI_INBANDDISCONNECT_DIR=${PRI_DIR}
PBX_PRI_INBANDDISCONNECT=0
PRI_PROG_W_CAUSE_DESCRIP="ISDN progress with cause"
PRI_PROG_W_CAUSE_OPTION=pri
PRI_PROG_W_CAUSE_DIR=${PRI_DIR}
PBX_PRI_PROG_W_CAUSE=0
PRI_SERVICE_MESSAGES_DESCRIP="ISDN service messages"
PRI_SERVICE_MESSAGES_OPTION=pri
PRI_SERVICE_MESSAGES_DIR=${PRI_DIR}
PBX_PRI_SERVICE_MESSAGES=0
PRI_REVERSE_CHARGE_DESCRIP="ISDN reverse charge"
PRI_REVERSE_CHARGE_OPTION=pri
PRI_REVERSE_CHARGE_DIR=${PRI_DIR}
PBX_PRI_REVERSE_CHARGE=0
# ------------------------------------^
RADIUS_DESCRIP="Radius Client"
RADIUS_OPTION="radius"
PBX_RADIUS=0
# Check whether --with-radius was given.
if test "${with_radius+set}" = set; then :
12602
12603
12604
12605
12606
12607
12608
12609
12610
12611
12612
12613
12614
12615
12616
12617
12618
withval=$with_radius;
case ${withval} in
n|no)
USE_RADIUS=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_RADIUS=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} RADIUS"
;;
*)
RADIUS_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} RADIUS"
;;
esac
fi
12628
12629
12630
12631
12632
12633
12634
12635
12636
12637
12638
12639
12640
12641
12642
12643
12644
12645
12646
12647
12648
12649
12650
12651
12652
12653
12654
12655
12656
12657
12658
12659
FFTW3_DESCRIP="LIBFFTW3"
FFTW3_OPTION="fftw3"
PBX_FFTW3=0
# Check whether --with-fftw3 was given.
if test "${with_fftw3+set}" = set; then :
withval=$with_fftw3;
case ${withval} in
n|no)
USE_FFTW3=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_FFTW3=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} FFTW3"
;;
*)
FFTW3_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} FFTW3"
;;
esac
fi
RESAMPLE_DESCRIP="LIBRESAMPLE"
RESAMPLE_OPTION="resample"
PBX_RESAMPLE=0
# Check whether --with-resample was given.
if test "${with_resample+set}" = set; then :
withval=$with_resample;
case ${withval} in
n|no)
USE_RESAMPLE=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_RESAMPLE=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} RESAMPLE"
;;
*)
RESAMPLE_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} RESAMPLE"
;;
esac
Dennis Guse
committed
12692
12693
12694
12695
12696
12697
12698
12699
12700
12701
12702
12703
12704
12705
12706
12707
12708
12709
12710
12711
12712
12713
12714
12715
12716
12717
12718
12719
12720
12721
12722
12723
SNDFILE_DESCRIP="libsndfile"
SNDFILE_OPTION="sndfile"
PBX_SNDFILE=0
# Check whether --with-sndfile was given.
if test "${with_sndfile+set}" = set; then :
withval=$with_sndfile;
case ${withval} in
n|no)
USE_SNDFILE=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_SNDFILE=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SNDFILE"
;;
*)
SNDFILE_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SNDFILE"
;;
esac
fi
SDL_DESCRIP="Sdl"
SDL_OPTION="sdl"
PBX_SDL=0
# Check whether --with-sdl was given.
if test "${with_sdl+set}" = set; then :
withval=$with_sdl;
case ${withval} in
n|no)
USE_SDL=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_SDL=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SDL"
;;
*)
SDL_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SDL"
;;
esac
fi
SDL_IMAGE_DESCRIP="Sdl Image"
SDL_IMAGE_OPTION="SDL_image"
PBX_SDL_IMAGE=0
# Check whether --with-SDL_image was given.
if test "${with_SDL_image+set}" = set; then :
12762
12763
12764
12765
12766
12767
12768
12769
12770
12771
12772
12773
12774
12775
12776
12777
12778
withval=$with_SDL_image;
case ${withval} in
n|no)
USE_SDL_IMAGE=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_SDL_IMAGE=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SDL_IMAGE"
;;
*)
SDL_IMAGE_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SDL_IMAGE"
;;
esac
fi
SPANDSP_DESCRIP="SPANDSP"
SPANDSP_OPTION="spandsp"
PBX_SPANDSP=0
# Check whether --with-spandsp was given.
if test "${with_spandsp+set}" = set; then :
withval=$with_spandsp;
case ${withval} in
n|no)
USE_SPANDSP=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_SPANDSP=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SPANDSP"
;;
*)
SPANDSP_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SPANDSP"
;;
esac
SS7_DESCRIP="ISDN SS7"
SS7_OPTION="ss7"
PBX_SS7=0
# Check whether --with-ss7 was given.
if test "${with_ss7+set}" = set; then :
withval=$with_ss7;
case ${withval} in
n|no)
USE_SS7=no
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
PBX_SS7=-1
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SS7"
;;
*)
SS7_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SS7"
;;
fi
SPEEX_DESCRIP="Speex"
SPEEX_OPTION="speex"
PBX_SPEEX=0
# Check whether --with-speex was given.
if test "${with_speex+set}" = set; then :
case ${withval} in
n|no)
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SPEEX"
;;
*)
SPEEX_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SPEEX"
;;
esac
fi
SPEEX_PREPROCESS_DESCRIP="Speex preprocess routines"
SPEEX_PREPROCESS_OPTION="speex"
PBX_SPEEX_PREPROCESS=0
# Check whether --with-speex was given.
if test "${with_speex+set}" = set; then :
case ${withval} in
n|no)
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SPEEX_PREPROCESS"
;;
*)
SPEEX_PREPROCESS_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SPEEX_PREPROCESS"
;;
esac
fi
SPEEXDSP_DESCRIP="SpeexDSP"
SPEEXDSP_OPTION="speexdsp"
PBX_SPEEXDSP=0
# Check whether --with-speexdsp was given.
if test "${with_speexdsp+set}" = set; then :
case ${withval} in
n|no)
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SPEEXDSP"
;;
*)
SPEEXDSP_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SPEEXDSP"
;;
esac
fi
SPEEX_PREPROCESS_DESCRIP="speex_preprocess_ctl"
SPEEX_PREPROCESS_OPTION=speex
SQLITE3_DESCRIP="SQLite"
SQLITE3_OPTION="sqlite3"
PBX_SQLITE3=0
# Check whether --with-sqlite3 was given.
if test "${with_sqlite3+set}" = set; then :
case ${withval} in
n|no)
# -1 is a magic value used by menuselect to know that the package
# was disabled, other than 'not found'
;;
y|ye|yes)
ac_mandatory_list="${ac_mandatory_list} SQLITE3"
;;
*)
SQLITE3_DIR="${withval}"
ac_mandatory_list="${ac_mandatory_list} SQLITE3"
;;
esac
SRTP_DESCRIP="Secure RTP"
SRTP_OPTION="srtp"
PBX_SRTP=0
# Check whether --with-srtp was given.
if test "${with_srtp+set}" = set; then :
case ${withval} in
n|no)