Merge remote-tracking branch 'upstream/master'

This commit is contained in:
John Törnblom 2012-08-09 19:17:08 +02:00
commit ec3bb46252
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA} --arch=x86_64"
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-_} --arch=x86_64"
source Autobuild/debian.sh

View file

@ -1,2 +1,2 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA} --arch=i686"
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-_} --arch=i686"
source Autobuild/debian.sh