58c58,63
< ../configure ${CONF_OPTS} --enable-debug --disable-optimize
---
> if [ "`uname -s`" = "Darwin" ]
> then
> 	CC="gcc" CXX="g++" ../configure ${CONF_OPTS} --enable-debug --disable-optimize
> else
> 	../configure ${CONF_OPTS} --enable-debug --disable-optimize
> fi
65c70,75
< ../configure ${CONF_OPTS} # --enable-gczeal --enable-debug-symbols
---
> if [ "`uname -s`" = "Darwin" ]
> then
> 	CC="gcc" CXX="g++" ../configure ${CONF_OPTS}
> else
> 	../configure ${CONF_OPTS} # --enable-gczeal --enable-debug-symbols
> fi
