mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 06:52:41 +00:00
remove gettext for now
Original commit message from CVS: remove gettext for now
This commit is contained in:
parent
646e2af4a4
commit
94bc644f6c
1 changed files with 0 additions and 14 deletions
14
configure.ac
14
configure.ac
|
@ -46,20 +46,6 @@ AM_PROG_AS
|
||||||
AS="${CC}"
|
AS="${CC}"
|
||||||
AS_PROG_OBJC
|
AS_PROG_OBJC
|
||||||
|
|
||||||
dnl the gettext stuff needed
|
|
||||||
AM_GNU_GETTEXT_VERSION(0.11.5)
|
|
||||||
AM_GNU_GETTEXT([external])
|
|
||||||
|
|
||||||
GETTEXT_PACKAGE=gst-plugins-$GST_MAJORMINOR
|
|
||||||
AC_SUBST(GETTEXT_PACKAGE)
|
|
||||||
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE",
|
|
||||||
[gettext package name])
|
|
||||||
|
|
||||||
dnl define LOCALEDIR in config.h
|
|
||||||
AS_AC_EXPAND(LOCALEDIR, $datadir/locale)
|
|
||||||
AC_DEFINE_UNQUOTED([LOCALEDIR], "$LOCALEDIR",
|
|
||||||
[gettext locale dir])
|
|
||||||
|
|
||||||
dnl decide on error flags
|
dnl decide on error flags
|
||||||
AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")
|
AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue