diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2013-12-22 23:04:48 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2013-12-22 23:10:56 +0000 |
commit | de30acfd3d9655d3819348d53d3977c8e69ac5d3 (patch) | |
tree | 45b4a912ea25741f0482b3426032d0f086b0d540 /configure.ac | |
parent | d2e199ed121903ae741e2fbb67e1ee04dce77bf2 (diff) |
Fix broken gettext setup which is not used anyway
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d662ace..2cee9be 100644 --- a/configure.ac +++ b/configure.ac @@ -57,9 +57,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([gstreamer-$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 *** |