mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Make the --without-oss argument work. (issue #9026 reported by puzzled)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@54026 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 53715 .
|
# From configure.ac Revision: 53850 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61.
|
# Generated by GNU Autoconf 2.61.
|
||||||
#
|
#
|
||||||
@@ -22468,6 +22468,7 @@ echo "$as_me: *** without explicitly specifying --with-${OSPTK_OPTION}" >&6;}
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if test "${USE_OSS}" != "no"; then
|
||||||
PBX_OSS=0
|
PBX_OSS=0
|
||||||
if test "${ac_cv_header_linux_soundcard_h+set}" = set; then
|
if test "${ac_cv_header_linux_soundcard_h+set}" = set; then
|
||||||
{ echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5
|
{ echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5
|
||||||
@@ -23144,6 +23145,7 @@ echo "$as_me: *** without explicitly specifying --with-${OSS_OPTION}" >&6;}
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PG_CONFIG=No
|
PG_CONFIG=No
|
||||||
|
@@ -698,6 +698,7 @@ AST_EXT_LIB_CHECK([OGG], [ogg], [ogg_sync_init], [])
|
|||||||
|
|
||||||
AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl])
|
AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl])
|
||||||
|
|
||||||
|
if test "${USE_OSS}" != "no"; then
|
||||||
PBX_OSS=0
|
PBX_OSS=0
|
||||||
AC_CHECK_HEADER([linux/soundcard.h],
|
AC_CHECK_HEADER([linux/soundcard.h],
|
||||||
[
|
[
|
||||||
@@ -714,6 +715,7 @@ fi
|
|||||||
if test "$PBX_OSS" = "0"; then
|
if test "$PBX_OSS" = "0"; then
|
||||||
AST_EXT_LIB_CHECK([OSS], [ossaudio], [oss_ioctl_mixer], [soundcard.h])
|
AST_EXT_LIB_CHECK([OSS], [ossaudio], [oss_ioctl_mixer], [soundcard.h])
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
PG_CONFIG=No
|
PG_CONFIG=No
|
||||||
if test "${USE_PGSQL}" != "no"; then
|
if test "${USE_PGSQL}" != "no"; then
|
||||||
|
Reference in New Issue
Block a user