beagle r4618 - trunk/beagle
- From: dbera svn gnome org
- To: svn-commits-list gnome org
- Subject: beagle r4618 - trunk/beagle
- Date: Tue, 18 Mar 2008 22:01:50 +0000 (GMT)
Author: dbera
Date: Tue Mar 18 22:01:50 2008
New Revision: 4618
URL: http://svn.gnome.org/viewvc/beagle?rev=4618&view=rev
Log:
Check for msgfmt when building with gui enabled. Our autogen.sh checks for gettext and family but there is no check for them in configure.in for those who use tarball to build beagle.
Modified:
trunk/beagle/configure.in
Modified: trunk/beagle/configure.in
==============================================================================
--- trunk/beagle/configure.in (original)
+++ trunk/beagle/configure.in Tue Mar 18 22:01:50 2008
@@ -231,7 +231,12 @@
])
AC_SUBST(LIBTRAYICON_CFLAGS)
AC_SUBST(LIBTRAYICON_LIBS)
-
+
+ AC_PATH_PROG(MSGFMT, msgfmt, no)
+ if test "x$MSGFMT" = "xno"; then
+ AC_MSG_ERROR([You need to install gettext, or pass --disable-gui to build without GUI support])
+ fi
+
fi
dnl ----------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]