revision 756:38385124df7a
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 756:38385124df7a |
parent | 755:ab873907b00e |
child | 757:2780bc393e7c |
author | nkeynes |
date | Mon Jul 21 00:09:46 2008 +0000 (13 years ago) |
Remove the 'gettext required' bit from configure
1.1 --- a/configure Mon Jul 21 00:08:34 2008 +00001.2 +++ b/configure Mon Jul 21 00:09:46 2008 +00001.3 @@ -11443,14 +11443,6 @@1.4 < $srcdir/po/POTFILES.in > po/POTFILES1.7 -if test "x$MSGFMT" = "x"; then1.8 - { { $as_echo "$as_me:$LINENO: error: gettext and/or libintl.h not found, but is required1.9 -See \`config.log' for more details." >&51.10 -$as_echo "$as_me: error: gettext and/or libintl.h not found, but is required1.11 -See \`config.log' for more details." >&2;}1.12 - { (exit 1); exit 1; }; }1.13 -fi1.14 -1.15 ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in test/Makefile"1.17 cat >confcache <<\_ACEOF
2.1 --- a/configure.in Mon Jul 21 00:08:34 2008 +00002.2 +++ b/configure.in Mon Jul 21 00:09:46 2008 +00002.3 @@ -256,10 +256,6 @@2.4 ALL_LINGUAS="de es it pt_BR"2.5 AM_GLIB_GNU_GETTEXT2.7 -if test "x$MSGFMT" = "x"; then2.8 - AC_MSG_FAILURE( [gettext and/or libintl.h not found, but is required] )2.9 -fi2.10 -2.11 AC_OUTPUT([2.12 Makefile2.13 src/Makefile
.