autogen.sh: Fix ccan_module assignment
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
This commit is contained in:
parent
9a4440676c
commit
b0619274fd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ccan_modules=talloc read-write-all
|
ccan_modules="talloc read_write_all"
|
||||||
|
|
||||||
# Add ccan upstream sources
|
# Add ccan upstream sources
|
||||||
if [ ! -e lib/ccan.git/Makefile ]
|
if [ ! -e lib/ccan.git/Makefile ]
|
||||||
|
|
Loading…
Reference in a new issue