summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-06-04 01:36:46 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-06-04 01:36:46 +0000
commit4beb87bc29a0f40ff06cc78ea41c655c79af055a (patch)
tree14ca9aab060161a963d60345df6ba6798d58432f /configure
parent3c3d054ef2e659ec9c0d7156732ddbb3654cfa84 (diff)
If there's a default, turn it on, even when the option isn't specified.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267819 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index bbcce92ad..ad5711a1e 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 267399 .
+# From configure.ac Revision: 267775 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk trunk.
#
@@ -11049,6 +11049,8 @@ if test "${with_sounds_cache+set}" = set; then
;;
esac
+else
+ SOUNDS_CACHE_DIR="${HOME}/.asterisk_sounds_cache"
fi