Revert "configure.ac: uncomment gettext version setup"
authorTim-Philipp Müller <tim@centricular.com>
Sun, 26 Apr 2015 13:58:49 +0000 (14:58 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 26 Apr 2015 13:59:09 +0000 (14:59 +0100)
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

index 47c11d5..a0c524d 100644 (file)
@@ -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
 
 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 ***
 
 
 dnl *** check for arguments to configure ***