Error out if gettext support is not found. (#59386)
authorOwen Taylor <otaylor@redhat.com>
Wed, 19 Sep 2001 15:40:38 +0000 (15:40 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 19 Sep 2001 15:40:38 +0000 (15:40 +0000)
Wed Sep 19 11:23:41 2001  Owen Taylor  <otaylor@redhat.com>

* configure.in: Error out if gettext support is not found. (#59386)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 7060a7a..057a98a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Sep 19 11:23:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Error out if gettext support is not found. (#59386)
+
 2001-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthread.h (GThreadFunctions): Add thread_equal function to
index 7060a7a..057a98a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 19 11:23:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Error out if gettext support is not found. (#59386)
+
 2001-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthread.h (GThreadFunctions): Add thread_equal function to
index 7060a7a..057a98a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 19 11:23:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Error out if gettext support is not found. (#59386)
+
 2001-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthread.h (GThreadFunctions): Add thread_equal function to
index 7060a7a..057a98a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 19 11:23:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Error out if gettext support is not found. (#59386)
+
 2001-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthread.h (GThreadFunctions): Add thread_equal function to
index 7060a7a..057a98a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 19 11:23:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Error out if gettext support is not found. (#59386)
+
 2001-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthread.h (GThreadFunctions): Add thread_equal function to
index 7060a7a..057a98a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 19 11:23:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Error out if gettext support is not found. (#59386)
+
 2001-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthread.h (GThreadFunctions): Add thread_equal function to
index 7060a7a..057a98a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 19 11:23:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Error out if gettext support is not found. (#59386)
+
 2001-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthread.h (GThreadFunctions): Add thread_equal function to
index 7060a7a..057a98a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 19 11:23:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Error out if gettext support is not found. (#59386)
+
 2001-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthread.h (GThreadFunctions): Add thread_equal function to
index 892e882..b85b13e 100644 (file)
@@ -204,6 +204,16 @@ dnl
 
 ALL_LINGUAS="az ca de es eu fr nn no ru sl sv ta tr uk zh_TW"
 AM_GLIB_GNU_GETTEXT
+
+if test "$gt_cv_func_dgettext_libc" = "yes" || test "$gt_cv_func_dgettext_libintl" = "yes"; then
+  :
+else
+  AC_MSG_ERROR([
+*** You must have either have gettext support in your C library, or use the 
+*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
+])
+fi
+
 LIBS="$LIBS $INTLLIBS"
 
 GETTEXT_PACKAGE=glib20