Magellan Linux

Diff of /smage/trunk/include/mcore.sminc

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

revision 1656 by niro, Mon Jan 4 15:07:57 2010 UTC revision 1657 by niro, Thu Mar 10 21:46:18 2011 UTC
# Line 125  mconfigure() Line 125  mconfigure()
125   done < ${configurefile}   done < ${configurefile}
126   fi   fi
127    
128   mc_oldmconfigure --disable-nls ${myconf} $@ ${MCORE_CONFIGURE_OPTS} || die   case "${MCORE_NO_DISABLE_NLS}" in
129     1|true|TRUE|yes|YES) ;;
130     *) myconf="${myconf} --disable-nls" ;;
131     esac
132    
133     mc_oldmconfigure ${myconf} $@ ${MCORE_CONFIGURE_OPTS} || die
134  }  }
135    
136  # get custom mcore functions  # get custom mcore functions

Legend:
Removed from v.1656  
changed lines
  Added in v.1657