[gtk-vnc] Fix autobuild flags
- From: Daniel P. Berrange <dberrange src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-vnc] Fix autobuild flags
- Date: Fri, 10 Feb 2012 17:16:46 +0000 (UTC)
commit 093319ddb13a07f7174c4b8b6747634ffe38e495
Author: Daniel P. Berrange <berrange redhat com>
Date: Fri Feb 10 17:16:05 2012 +0000
Fix autobuild flags
autobuild.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/autobuild.sh b/autobuild.sh
index b181746..51daaf9 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -14,7 +14,7 @@ mkdir build
cd build
../autogen.sh --prefix=$AUTOBUILD_INSTALL_ROOT \
- --enable-compile-warnings=error \
+ --enable-werror \
--with-gtk=2.0
make
@@ -35,7 +35,7 @@ pkg-config gtk+-3.0 1>/dev/null 2>&1
if test $? = 0 ; then
make distclean
../configure --prefix=$AUTOBUILD_INSTALL_ROOT \
- --enable-compile-warnings=error \
+ --enable-werror \
--without-python \
--with-gtk=3.0
make
@@ -70,7 +70,7 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
--without-python \
--without-sasl \
--prefix="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw" \
- --enable-compile-warnings=error \
+ --enable-werror \
--with-gtk=2.0
make
@@ -88,7 +88,7 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
--without-python \
--without-sasl \
--prefix="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw" \
- --enable-compile-warnings=error \
+ --enable-werror \
--with-gtk=3.0
make
make install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]