[Commits] [SCM] claws branch, master, updated. 3.14.0-73-g4accbf7

ticho at claws-mail.org ticho at claws-mail.org
Sat Sep 10 12:43:30 CEST 2016


The branch, master has been updated
       via  4accbf7ee4548a1fa8ec1c2d6dcdd2c8d344545b (commit)
      from  42b0938292e0d52289bb79058d4503318a4625ba (commit)

Summary of changes:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 4accbf7ee4548a1fa8ec1c2d6dcdd2c8d344545b
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Sep 10 12:43:12 2016 +0200

    Do not ignore CFLAGS environment variable in configure.

diff --git a/configure.ac b/configure.ac
index 5965357..9333edc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,7 +173,7 @@ fi
 CFLAGS="$CFLAGS -Wall"
 
 if test $USE_MAINTAINER_MODE = yes; then
-	CFLAGS="-g -Wall -Wno-pointer-sign -DUSE_MAINTAINER_MODE"
+	CFLAGS="$CFLAGS -g -Wno-pointer-sign -DUSE_MAINTAINER_MODE"
 fi
 
 pthread_name=

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list