mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Revert "configure.ac: uncomment gettext version setup"
This reverts commit 1545d8fef7
.
We don't need a gettext setup here and there's no po
directory either, so no reason why autopoint would be
run in the first place.
See https://bugzilla.gnome.org/show_bug.cgi?id=748058
This commit is contained in:
parent
eb7705a48d
commit
226fbbc8f8
1 changed files with 3 additions and 3 deletions
|
@ -72,9 +72,9 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||
|
||||
dnl set up gettext
|
||||
dnl the version check needs to stay here because autopoint greps for it
|
||||
AM_GNU_GETTEXT_VERSION([0.17])
|
||||
AM_GNU_GETTEXT([external])
|
||||
AG_GST_GETTEXT([gst-rtsp-server-$GST_API_VERSION])
|
||||
#AM_GNU_GETTEXT_VERSION([0.17])
|
||||
#AM_GNU_GETTEXT([external])
|
||||
#AG_GST_GETTEXT([gst-rtsp-server-$GST_API_VERSION])
|
||||
|
||||
dnl *** check for arguments to configure ***
|
||||
|
||||
|
|
Loading…
Reference in a new issue