summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-13 16:27:18 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-13 16:30:37 +0100
commit489e2955687bccb263e1ece3a1615b3356c990f2 (patch)
tree6e26b9497314ba8a066e32a4515b697723760276 /configure.ac
parent5942e8483b712f1c83be625856ff7ee26ebc3898 (diff)
downloadpa-sink-ctl-489e2955687bccb263e1ece3a1615b3356c990f2.tar.gz
pa-sink-ctl-489e2955687bccb263e1ece3a1615b3356c990f2.tar.bz2
pa-sink-ctl-489e2955687bccb263e1ece3a1615b3356c990f2.zip
Fix some leaks
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 207f9d7..81eb2c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ PKG_CHECK_MODULES(PULSE_MAINLOOP, [libpulse-mainloop-glib], [], AC_MSG_ERROR([li
PKG_CHECK_MODULES(GLIB, [glib-2.0], [], AC_MSG_ERROR([glib required]))
if test "x$GCC" = "xyes"; then
- GCC_CFLAGS="-Wall -Werror -pedantic -std=c99 -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden"
+ GCC_CFLAGS="-Wall -pedantic -std=c99 -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden"
fi
AC_SUBST(GCC_CFLAGS)