From 0307b23a31e23649493c4bcc21134d275c0d6293 Mon Sep 17 00:00:00 2001 From: Shirish Kalele Date: Fri, 10 Mar 2000 22:53:36 +0000 Subject: Cleaning up the warnings from configure.developer. Found that Jeremy had already made some of the changes. (This used to be commit ca02d9f8219265f80fe11236c8c146db1dbb1ae2) --- source3/configure.developer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/configure.developer') diff --git a/source3/configure.developer b/source3/configure.developer index 6cc442b1ac..e7c8831f62 100755 --- a/source3/configure.developer +++ b/source3/configure.developer @@ -1,3 +1,4 @@ #!/bin/sh -export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD" +CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD" +export CFLAGS ./configure $* -- cgit