summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-03-18 22:19:06 +0100
committerMichael Adam <obnox@samba.org>2009-03-23 14:20:46 +0100
commit2dc8ce59b28d3a028551ac5087f31cf83d04e064 (patch)
tree3a62104eba9ebcef1fb68029176125158e4bfd21 /source3/configure.in
parenta087310b336bf1b6b2827b27d32071876c23f3a9 (diff)
downloadsamba-2dc8ce59b28d3a028551ac5087f31cf83d04e064.tar.gz
samba-2dc8ce59b28d3a028551ac5087f31cf83d04e064.tar.bz2
samba-2dc8ce59b28d3a028551ac5087f31cf83d04e064.zip
don't set -O twice
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index cfc2473a82..12808eb6f5 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -157,8 +157,6 @@ if test "x$CFLAGS" = x; then
fi
if test "x$debug" = "xyes" ; then
CFLAGS="${CFLAGS} -g"
-else
- CFLAGS="${CFLAGS} -O"
fi
m4_include(../lib/socket_wrapper/config.m4)