patches/intltool-01-msgfmt.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 11328 bb8b6123da58
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

--- intltool-0.36.3/intltool.m4.orig	2007-12-18 09:33:58.086429298 +0000
+++ intltool-0.36.3/intltool.m4	2007-12-18 09:34:45.003756401 +0000
@@ -96,8 +96,7 @@
 fi
 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
-mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
+if test -z "$xgversion" -o -z "$mmversion"; then
     AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
 fi