Misc (re #1751): Updated configure script to pass params using "$@" (thanks Alexander Traud for the feedback).

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4878 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2014-07-15 05:48:29 +00:00
parent 0e056499b8
commit b5411f5f4d
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1,5 +1,5 @@
#!/bin/sh
./aconfigure $*
./aconfigure "$@"
# Note:
# if you're looking for the old configure script, it has been renamed