allow ( ) to surround ioctl, real fix is to fix autoconf
This commit is contained in:
parent
b889b7313b
commit
8e007120e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57482
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue