[Pkg-telepathy-commits] [libnice] 136/265: configure: Add newline ignoring
Simon McVittie
smcv at debian.org
Wed May 14 12:05:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian
in repository libnice.
commit 9adeb101a73e0faa9cae36869834e2fc3ee64d26
Author: Olivier Crête <olivier.crete at collabora.com>
Date: Wed Feb 5 18:16:02 2014 -0500
configure: Add newline ignoring
Otherwise it ran the "yes" command
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 948916d..50c226b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,8 +117,8 @@ NICE_ADD_FLAG([-fno-strict-aliasing])
AS_IF([test "$enable_compile_warnings" != "no"],[
NICE_ADD_FLAG([-Wall])
])
-AS_IF([test "$enable_compile_warnings" != "no" -a
- "$enable_compile_warnings" != "minimum"],[
+AS_IF([test "x$enable_compile_warnings" != "xno" -a \
+ "x$enable_compile_warnings" != "xminimum"],[
NICE_ADD_FLAG([-Wextra])
NICE_ADD_FLAG([-Wundef])
NICE_ADD_FLAG([-Wnested-externs])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git
More information about the Pkg-telepathy-commits
mailing list