From 1c0ed892e96c55c0b78a37fbbc4e1c37dfed7aae Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 15 Jul 2014 05:48:29 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3