Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213715
Collapse All | Expand All

(-)configure.ac.old (-1 / +1 lines)
Lines 130-136 Link Here
130
CPPFLAGS="${CPPFLAGS} $THREADING_CFLAGS"
130
CPPFLAGS="${CPPFLAGS} $THREADING_CFLAGS"
131
131
132
dnl get rid of the -export-dynamic stuff from the configure flags ...
132
dnl get rid of the -export-dynamic stuff from the configure flags ...
133
export_dynamic=`(./libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh`
133
AS_AC_EXPAND(export_dynamic, $export_dynamic_flag_spec)
134
134
135
dnl glib
135
dnl glib
136
AM_PATH_GLIB_2_0(glib_required_version,,[AC_MSG_ERROR(maybe you want the pygobject-2-4 branch?)],gobject $extra_mods)
136
AM_PATH_GLIB_2_0(glib_required_version,,[AC_MSG_ERROR(maybe you want the pygobject-2-4 branch?)],gobject $extra_mods)

Return to bug 213715