configure: Don't append semicolon by default
This allows to pass not only C code, but also preprocessor directives. Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
@@ -48,7 +48,7 @@ compile_module(){
|
||||
$INCLUDE
|
||||
|
||||
int init_module(void) {
|
||||
$2;
|
||||
$2
|
||||
return 0;
|
||||
}
|
||||
void cleanup_module(void) {};
|
||||
|
Reference in New Issue
Block a user