mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: sun c compiler wants a newline
This commit is contained in:
parent
a973c5f280
commit
9930493cc3
@ -74,7 +74,7 @@ def configure(conf):
|
||||
conf.env.DISABLE_SHARED = Options.options.disable_shared
|
||||
|
||||
# see if we can compile and run a simple C program
|
||||
conf.CHECK_CODE('#include "test/simple.c"',
|
||||
conf.CHECK_CODE('#include "test/simple.c"\n',
|
||||
addmain=False,
|
||||
define='HAVE_SIMPLE_C_PROG',
|
||||
mandatory=True,
|
||||
|
Loading…
Reference in New Issue
Block a user