summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2014-07-15 05:48:29 +0000
committerNanang Izzuddin <nanang@teluu.com>2014-07-15 05:48:29 +0000
commit1c0ed892e96c55c0b78a37fbbc4e1c37dfed7aae (patch)
tree9356889309bfa4d526ad869252dd96f98cfe4266
parent5cb4bc7826d917d2f2e4b810975de6292af7bf97 (diff)
Misc (re #1751): Updated configure script to pass params using "$@" (thanks Alexander Traud for the feedback).
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4878 74dad513-b988-da41-8d7b-12977e46ad98
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 849e3547..ba445cfd 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-./aconfigure $*
+./aconfigure "$@"
# Note:
# if you're looking for the old configure script, it has been renamed