Commit 6fa17d8
committed
configure.ac: Fix out of source tree builds
The code to detect the available drivers does so by parsing
`Makefile.am` but it does not do so relative to "$srcdir" so trying
to do a configure outside of the source directory will fail.
Signed-off-by: Axel Gembe <axel@gembe.net>1 parent b4177c1 commit 6fa17d8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1273 | 1273 | | |
1274 | 1274 | | |
1275 | 1275 | | |
1276 | | - | |
| 1276 | + | |
1277 | 1277 | | |
1278 | 1278 | | |
1279 | 1279 | | |
| |||
0 commit comments