Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 399737 | Differences between
and this patch

Collapse All | Expand All

(-)mediastreamer-2.8.2/configure.ac.orig (-1 / +1 lines)
Lines 191-203 Link Here
191
if test "$mingw_found" != "yes" ; then
191
if test "$mingw_found" != "yes" ; then
192
	dnl gettext macro does not work properly under mingw. And we want to use the one provided by GTK.
192
	dnl gettext macro does not work properly under mingw. And we want to use the one provided by GTK.
193
	AM_GNU_GETTEXT([external])
193
	AM_GNU_GETTEXT([external])
194
	AM_GNU_GETTEXT_VERSION([0.18])
195
	LIBS="$LIBS $LIBINTL"
194
	LIBS="$LIBS $LIBINTL"
196
else
195
else
197
	AC_DEFINE(ENABLE_NLS,1,[Tells whether localisation is possible])
196
	AC_DEFINE(ENABLE_NLS,1,[Tells whether localisation is possible])
198
	AC_DEFINE(HAVE_GETTEXT,1,[Tells wheter localisation is possible])
197
	AC_DEFINE(HAVE_GETTEXT,1,[Tells wheter localisation is possible])
199
	LIBS="$LIBS -lintl"
198
	LIBS="$LIBS -lintl"
200
fi
199
fi
200
AM_GNU_GETTEXT_VERSION([0.18])
201
201
202
AM_CONDITIONAL(BUILD_MACOSX, test x$macosx_found = xyes)
202
AM_CONDITIONAL(BUILD_MACOSX, test x$macosx_found = xyes)
203
AM_CONDITIONAL(BUILD_IOS, test x$ios_found = xyes)
203
AM_CONDITIONAL(BUILD_IOS, test x$ios_found = xyes)

Return to bug 399737