1
0
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:
Andrew Tridgell 2010-03-22 17:35:14 +11:00
parent a973c5f280
commit 9930493cc3

View File

@ -74,7 +74,7 @@ def configure(conf):
conf.env.DISABLE_SHARED = Options.options.disable_shared conf.env.DISABLE_SHARED = Options.options.disable_shared
# see if we can compile and run a simple C program # 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, addmain=False,
define='HAVE_SIMPLE_C_PROG', define='HAVE_SIMPLE_C_PROG',
mandatory=True, mandatory=True,