Magellan Linux

Diff of /trunk/mage/usr/lib/mage/smage2.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1631 by niro, Fri Jan 13 13:20:22 2012 UTC revision 1632 by niro, Fri Jan 13 13:21:21 2012 UTC
# Line 244  mconfigure() Line 244  mconfigure()
244   then   then
245   myopts+=" --target=${CTARGET}"   myopts+=" --target=${CTARGET}"
246   fi   fi
247    
248     if [ -x ./configure ]
249     then
250   # if requested disable-static   # if requested disable-static
251   if [[ ! -z $(./configure --help | grep -- '--.*able-static') ]]   if [[ ! -z $(./configure --help | grep -- '--.*able-static') ]]
252   then   then
# Line 261  mconfigure() Line 264  mconfigure()
264   myopts+=" --enable-shared"   myopts+=" --enable-shared"
265   fi   fi
266    
  if [ -x ./configure ]  
  then  
267   ./configure \   ./configure \
268   --prefix=/usr \   --prefix=/usr \
269   --host=${CHOST} \   --host=${CHOST} \

Legend:
Removed from v.1631  
changed lines
  Added in v.1632