[Xfce4-commits] [apps/xfce4-volumed-pulse] 21/62: Revert "Patch by Corsac allowing configure.ac to use a predefined CFLAGS environment variable"

noreply at xfce.org noreply at xfce.org
Thu Sep 8 10:32:43 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.

commit 1cac2a0e63b476d69bc5ad93474776d80f9dbab3
Author: Steve Dodier <sidnioulz at gmail.com>
Date:   Sun Nov 21 23:17:42 2010 +0100

    Revert "Patch by Corsac allowing configure.ac to use a predefined CFLAGS environment variable"
    
    This reverts commit cbff81851006207fa02a0c6bdc4aa7f40b88c383.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 32aab35..8650a79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,9 +57,9 @@ AM_CONDITIONAL(HAVE_LIBNOTIFY, [test "$HAVE_LIBNOTIFY" = "1"])
 
 
 if test "x$enable_debug" = "xyes"; then
-  CFLAGS="$CFLAGS -g"
+  CFLAGS="-g"
 else
-  CFLAGS="$CFLAGS -O2 -DNDEBUG"
+  CFLAGS="-O2 -DNDEBUG"
 fi
 
 AC_OUTPUT([

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list