[Xfce4-commits] [apps/xfce4-volumed-pulse] 20/62: 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:42 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 cbff81851006207fa02a0c6bdc4aa7f40b88c383
Author: Yves-Alexis Perez <corsac at corsac.net>
Date: Sun Nov 21 23:15:46 2010 +0100
Patch by Corsac allowing configure.ac to use a predefined CFLAGS environment variable
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8650a79..32aab35 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="-g"
+ CFLAGS="$CFLAGS -g"
else
- CFLAGS="-O2 -DNDEBUG"
+ CFLAGS="$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