aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-12 16:34:45 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-12 16:34:45 +0000
commitc02a5a74a07232221886f87a8cfef5aa45e8154d (patch)
tree42061c97855c11e567b18f612880c0c3392b6e85 /configure
parentde61eaa75dbeceeeb3d5c6d9ada0c53fec36a387 (diff)
Make the --without-oss argument work. (issue #9026 reported by puzzled)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@54026 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 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