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
certified/1.8.6
Tilghman Lesher 15 years ago
parent 3c3d054ef2
commit 4beb87bc29

@ -53,7 +53,8 @@ AC_ARG_WITH([$1], AC_HELP_STRING([--with-$1=PATH], [use $3 in PATH]),
fi fi
;; ;;
esac esac
]) ],
[m4_ifval($4, [$2="$4"])])
AC_SUBST($2) AC_SUBST($2)
]) ])

4
configure vendored

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.ac Revision: 267399 . # From configure.ac Revision: 267775 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk trunk. # Generated by GNU Autoconf 2.61 for asterisk trunk.
# #
@ -11049,6 +11049,8 @@ if test "${with_sounds_cache+set}" = set; then
;; ;;
esac esac
else
SOUNDS_CACHE_DIR="${HOME}/.asterisk_sounds_cache"
fi fi

Loading…
Cancel
Save