]> git.ipfire.org Git - thirdparty/asterisk.git/commit
configure: fix with-pjproject-bundled 37/4637/2
authorDavid M. Lee <dlee@respoke.io>
Fri, 16 Dec 2016 07:32:57 +0000 (01:32 -0600)
committerDavid M. Lee <dlee@respoke.io>
Fri, 16 Dec 2016 07:36:14 +0000 (01:36 -0600)
commit4fee903d931f635d101dabdeb7c8155785dfa8dd
treec26396156207473a1c4ecdad14aaee61516b4374
parent510acb2effeb14d62853c8a5ba239b563bce8efd
configure: fix with-pjproject-bundled

The AC_ARG_WITH macro's shell variable is withval; not enableval. Purely
coincidentally, the option would work when --enable-dev-mode is given.

Also fixed a portability problem with bootstrap.sh, since -printf is not
a portable option for find.

Change-Id: I0f0e5b1a934b5af5737713834361e9c95b96b376
bootstrap.sh
configure
configure.ac