mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Merge "BuildSystem: Fix a typo related to ./configure --prefix=<path> on OpenBSD."
This commit is contained in:
@@ -49,7 +49,7 @@ AC_SUBST([astvarrundir], ['${localstatedir}/run/asterisk'])dnl
|
||||
|
||||
case "${host_os}" in
|
||||
*bsd*)
|
||||
if test ${prefix} = 'NONE'; then
|
||||
if test ${prefix} != 'NONE'; then
|
||||
astvarlibdir='${prefix}/share/asterisk'
|
||||
astdbdir='${localstatedir}/db/asterisk'
|
||||
fi
|
||||
|
Reference in New Issue
Block a user