Description: Shared object build needs special flag
Author: NIIBE Yutaka <gniibe@fsij.org>
Bug-Debian: http://bugs.debian.org/266528
Forwarded: yes
Reviewed-By: NIIBE Yutaka <gniibe@fsij.org>
Last-Update: 2010-03-19

--- gauche-gtk-0.4.1.orig/configure.in	2010-03-19 13:39:33.000000000 +0900
+++ gauche-gtk-0.4.1/configure.in	2010-03-19 13:41:41.000000000 +0900
@@ -58,6 +58,7 @@
 # Get compiler parameters which Gauche has been compiled with.
 AC_GAUCHE_CC
 AC_GAUCHE_FLAGS
+CFLAGS="$CFLAGS `$GAUCHE_CONFIG --so-cflags`"
 
 # Check for other programs.
 
