Browse Source

sde-config: Removed default value 1 from SDECFG_MULTILIB

user/chris/old/ruby
Nagy Károly Gábriel 15 years ago
committed by Alejandro Mery
parent
commit
be111a103a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/sde-config/main.in

+ 2
- 2
lib/sde-config/main.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: lib/sde-config/main.in
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -116,7 +116,7 @@ block_begin 7
case $SDECFG_ARCH in
mips64|powerpc64|sparc64|x86-64)
bool 'Enable c-compiler multilib support' \
SDECFG_MULTILIB 1
SDECFG_MULTILIB 0
;;
esac
bool 'This is a cross-build between architectures' SDECFG_CROSSBUILD 0

Loading…
Cancel
Save