allow ( ) to surround ioctl, real fix is to fix autoconf

This commit is contained in:
Warner Losh 2002-04-09 06:59:29 +00:00
parent b889b7313b
commit 8e007120e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57482

View file

@ -6,3 +6,6 @@
@@ -1961 +1961 @@
-for ac_prog in 'bison -y' byacc
+for ac_prog in byacc
@@ -13358 +13358 @@
- egrep "${ice_re_word}ioctl *\(" >/dev/null 2>&1; then
+ egrep "${ice_re_word}\(?ioctl\)? *\(" >/dev/null 2>&1; then