BuildSystem: Fix a typo related to ./configure --prefix=<path> on OpenBSD.

Reported by: Stuart Henderson

Change-Id: Ieae8624f48b6ae78cf29930b9a45a3c842c7a764
This commit is contained in:
Alexander Traud
2018-02-16 14:52:36 +01:00
parent 0e91eb23b2
commit 0ba6337d32
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -4618,7 +4618,7 @@ astvarrundir='${localstatedir}/run/asterisk'
case "${host_os}" in
*bsd*)
if test ${prefix} = 'NONE'; then
if test ${prefix} != 'NONE'; then
astvarlibdir='${prefix}/share/asterisk'
astdbdir='${localstatedir}/db/asterisk'
fi