aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 7da38807e..1f44aacd0 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 53715 .
+# From configure.ac Revision: 53850 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -22468,6 +22468,7 @@ echo "$as_me: *** without explicitly specifying --with-${OSPTK_OPTION}" >&6;}
fi
+if test "${USE_OSS}" != "no"; then
PBX_OSS=0
if test "${ac_cv_header_linux_soundcard_h+set}" = set; then
{ echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5
@@ -23145,6 +23146,7 @@ echo "$as_me: *** without explicitly specifying --with-${OSS_OPTION}" >&6;}
fi
fi
+fi
PG_CONFIG=No
if test "${USE_PGSQL}" != "no"; then
diff --git a/configure.ac b/configure.ac
index 298ad18a4..5dabca9d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
+if test "${USE_OSS}" != "no"; then
PBX_OSS=0
AC_CHECK_HEADER([linux/soundcard.h],
[
@@ -714,6 +715,7 @@ fi
if test "$PBX_OSS" = "0"; then
AST_EXT_LIB_CHECK([OSS], [ossaudio], [oss_ioctl_mixer], [soundcard.h])
fi
+fi
PG_CONFIG=No
if test "${USE_PGSQL}" != "no"; then