From 8d564af139f0c898c9ecf96af5022cf06e551632 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" Date: Fri, 6 Dec 2013 05:59:07 +0100 Subject: [PATCH] SWIG docs suggest -DHAS_BOOL --- src/bindings/perl/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/perl/Makefile.PL b/src/bindings/perl/Makefile.PL index 4e457fc..a629deb 100644 --- a/src/bindings/perl/Makefile.PL +++ b/src/bindings/perl/Makefile.PL @@ -10,6 +10,6 @@ WriteMakefile( LIBS => ["-lhammer"], OBJECT => 'hammer_wrap.o', INC => '-I../..', - CCFLAGS => "$Config{ccflags} -DSWIG -std=gnu99", + CCFLAGS => "$Config{ccflags} -DSWIG -DHAS_BOOL -std=gnu99", );