From 226fbbc8f8540ee53c29366ed70c7beb0a0d7e21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 26 Apr 2015 14:58:49 +0100 Subject: [PATCH] Revert "configure.ac: uncomment gettext version setup" This reverts commit 1545d8fef7065081079172ec264a0061039ac075. 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 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 47c11d5..a0c524d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 *** -- 2.7.4