From f604d27bc57adc44c6f30e904625aae25fcd12df Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Mon, 2 Jan 2006 04:35:30 +0000 Subject: [PATCH] fix ruby to use gcj git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8171 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Makefile.in b/Examples/Makefile.in index d1bf42e7d..27a7efd7e 100644 --- a/Examples/Makefile.in +++ b/Examples/Makefile.in @@ -589,7 +589,7 @@ ocaml_clean: ################################################################## # Make sure these locate your Ruby installation -RUBY_CFLAGS= @RUBYCCDLFLAGS@ -DHAVE_CONFIG_H +RUBY_CFLAGS= @RUBYCCDLFLAGS@ $(DEFS) RUBY_INCLUDE= @RUBYINCLUDE@ RUBY_LIB = @RUBYLIB@ RUBY_DLNK = @RUBYDYNAMICLINKING@