disable BGNICE by default for MKSH_SMALL

This commit is contained in:
tg
2010-03-27 15:32:58 +00:00
parent 52e9469a82
commit ab1af5bdaf

View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.447 2010/03/27 15:28:59 tg Exp $' srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.448 2010/03/27 15:32:58 tg Exp $'
#- #-
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Thorsten Glaser <tg@mirbsd.org> # Thorsten Glaser <tg@mirbsd.org>
@@ -1000,6 +1000,7 @@ if ac_ifcpp 'ifdef MKSH_SMALL' isset_MKSH_SMALL '' \
esac esac
: ${HAVE_MKNOD=0} : ${HAVE_MKNOD=0}
: ${HAVE_NICE=0}
: ${HAVE_REVOKE=0} : ${HAVE_REVOKE=0}
: ${HAVE_PERSISTENT_HISTORY=0} : ${HAVE_PERSISTENT_HISTORY=0}
check_categories=$check_categories,smksh check_categories=$check_categories,smksh