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
remotes/origin/uwp
Nanang Izzuddin 10 years ago
parent 0e056499b8
commit b5411f5f4d

2
configure vendored

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

Loading…
Cancel
Save