configure.ac: uncomment gettext version setup

Fixes autogen.sh. It would run autopoint, which would complain
that it could not find the gettext version in configure.ac.

https://bugzilla.gnome.org/show_bug.cgi?id=748058
This commit is contained in:
Vincent Penquerc'h 2015-04-20 08:49:57 +01:00
parent fabde79bc3
commit 1545d8fef7

View file

@ -72,9 +72,9 @@ AC_CONFIG_MACRO_DIR([m4])
dnl set up gettext dnl set up gettext
dnl the version check needs to stay here because autopoint greps for it dnl the version check needs to stay here because autopoint greps for it
#AM_GNU_GETTEXT_VERSION([0.17]) AM_GNU_GETTEXT_VERSION([0.17])
#AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT([external])
#AG_GST_GETTEXT([gst-rtsp-server-$GST_API_VERSION]) AG_GST_GETTEXT([gst-rtsp-server-$GST_API_VERSION])
dnl *** check for arguments to configure *** dnl *** check for arguments to configure ***