forked frommicrosoft/ModSecurity
- Notifications
You must be signed in to change notification settings - Fork0
Commit692712c
configure: Move verbose_output declaration up to the beginning
Macros like "find_curl" are using "verbose_output" variable but because someof them are called before we define the variable we are seeing errors like ./configure: line 13855: test: : integer expression expectedThis commit will fix the problem by moving the "verbose_output" declarationup to the beginning so that the variable is available for every macro.1 parentc729b6d commit692712c
1 file changed
+16
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
73 | 89 | | |
74 | 90 | | |
75 | 91 | | |
| |||
410 | 426 | | |
411 | 427 | | |
412 | 428 | | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | 429 | | |
428 | 430 | | |
429 | 431 | | |
| |||
0 commit comments
Comments
(0)