if [[ ${SMGL_COMPAT_ARCHS[1]} == x86_64 ]] ; then
    depends libunwind
else
    optional_depends libunwind \
                     "" "" \
		     "Use libunwind instead of relying on the frame pointer?"
fi &&

depends  g++      &&
depends  libtool
