From 1ab2c5009a3a4d2538cae60c83512752929b10e9 Mon Sep 17 00:00:00 2001 From: Love Hörnquist Åstrand Date: Thu, 14 Jul 2005 02:56:18 +0000 Subject: r8444: make ./configure.mumble CC='ccache cc' work by using "@$" instead of $* (This used to be commit 98e8049bc3f0b1d550344161ef34801be3ccb3ae) --- source4/configure.nodebug.developer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/configure.nodebug.developer') diff --git a/source4/configure.nodebug.developer b/source4/configure.nodebug.developer index 65e21b4bdf..36741ffb3b 100755 --- a/source4/configure.nodebug.developer +++ b/source4/configure.nodebug.developer @@ -1,3 +1,3 @@ #!/bin/sh CFLAGS="-Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS -./configure $* +./configure "$@" -- cgit