configure.ac: uncomment gettext version setup
[platform/upstream/gstreamer.git] / configure.ac
index 4ac95c1..e7ab6ad 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 ***