Commit 26c202d
committed
Fix runstatedir if nothing is passed
The current code in configure expects you to pass:
--localstatedir=/var --runstatedir=/run
Prior to making the determination in configure, you didn't need to pass anything and it worked out to /var/run.
Adjust the code in configure.ac so it makes a FHS compliant default if nothing is passed.1 parent 3cfb821 commit 26c202d
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
| |||
0 commit comments