diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-20 22:25:52 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-20 22:25:52 +0000 |
commit | 48ff3e2429964404c8bf33ef625791147913a3c0 (patch) | |
tree | 401e423d42641cac66d1a54b881dfafbf038da36 /source/configure.developer | |
parent | dbdbce29f56d03f6abf1ee3d96ca2032e688dcbc (diff) | |
download | samba-48ff3e2429964404c8bf33ef625791147913a3c0.tar.gz samba-48ff3e2429964404c8bf33ef625791147913a3c0.tar.xz samba-48ff3e2429964404c8bf33ef625791147913a3c0.zip |
dce/rpc. bug-fix in ipc.c (introduced today :)
Diffstat (limited to 'source/configure.developer')
-rwxr-xr-x | source/configure.developer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.developer b/source/configure.developer index 0898b87119f..91fc5021d98 100755 --- a/source/configure.developer +++ b/source/configure.developer @@ -1,3 +1,3 @@ #!/bin/sh -export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual" +export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align" ./configure |