mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
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
This commit is contained in:
@@ -53,7 +53,8 @@ AC_ARG_WITH([$1], AC_HELP_STRING([--with-$1=PATH], [use $3 in PATH]),
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
])
|
||||
],
|
||||
[m4_ifval($4, [$2="$4"])])
|
||||
AC_SUBST($2)
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user