aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-09 21:38:24 +0000
committerpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-09 21:38:24 +0000
commitce672dec0365c99323d7feabed4546d75030e2db (patch)
tree3a64020601ee401f755f434c7daec795c3db83f0 /configure
parent35ee988030b37f20586eff8fd9bff6c90314393e (diff)
SOUND_CACHE_DIR now defaults to empty
Sounds files included in the Asterisk tarball were being ignored and re-downloaded. Users wanting to cache the files can still override the setting using the --with-sounds-cache option. (closes issue #18589) Reported by: pabelanger Patches: issue18589.patch uploaded by pabelanger (license 224) Tested by: pabelanger Review: https://reviewboard.asterisk.org/r/1074/ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@301220 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 3d3c4379c..847b35d26 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 298817 .
+# From configure.ac Revision: 298957 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for asterisk 1.6.2.
#
@@ -10157,7 +10157,7 @@ if test "${with_sounds_cache+set}" = set; then :
;;
*)
if test "x${withval}" = "x"; then
- SOUNDS_CACHE_DIR="${HOME}/.asterisk_sounds_cache"
+ :
else
SOUNDS_CACHE_DIR="${withval}"
fi
@@ -10165,7 +10165,7 @@ if test "${with_sounds_cache+set}" = set; then :
esac
else
- SOUNDS_CACHE_DIR="${HOME}/.asterisk_sounds_cache"
+ :
fi