]> Pileus Git - ~andy/gtk/commitdiff
Add a warning about the linux-fb target. (#155488, Zeeshan Ali)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Dec 2004 06:13:07 +0000 (06:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 27 Dec 2004 06:13:07 +0000 (06:13 +0000)
2004-12-27  Matthias Clasen  <mclasen@redhat.com>

* configure.in: Add a warning about the linux-fb
target.  (#155488, Zeeshan Ali)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 5d83a3041844a05d08882f53258c2e4e8b89f5eb..4ec7e04753955fa5eca9b3ed6bab1b9219b41025 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Add a warning about the linux-fb 
+       target.  (#155488, Zeeshan Ali)
+
        * gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
        Torsten Schoenfeld)
 
index 5d83a3041844a05d08882f53258c2e4e8b89f5eb..4ec7e04753955fa5eca9b3ed6bab1b9219b41025 100644 (file)
@@ -1,5 +1,8 @@
 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Add a warning about the linux-fb 
+       target.  (#155488, Zeeshan Ali)
+
        * gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
        Torsten Schoenfeld)
 
index 5d83a3041844a05d08882f53258c2e4e8b89f5eb..4ec7e04753955fa5eca9b3ed6bab1b9219b41025 100644 (file)
@@ -1,5 +1,8 @@
 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Add a warning about the linux-fb 
+       target.  (#155488, Zeeshan Ali)
+
        * gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
        Torsten Schoenfeld)
 
index 5d83a3041844a05d08882f53258c2e4e8b89f5eb..4ec7e04753955fa5eca9b3ed6bab1b9219b41025 100644 (file)
@@ -1,5 +1,8 @@
 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Add a warning about the linux-fb 
+       target.  (#155488, Zeeshan Ali)
+
        * gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
        Torsten Schoenfeld)
 
index e379fc12e79c07a574c2c45ea34cde530f57af5a..4d0a50918e3cb968e1d08faaca2fdeea8fbed7a4 100644 (file)
@@ -1553,6 +1553,7 @@ fi
 
 AM_CONDITIONAL(ENABLE_MAN, test x$enable_man != xno)
 
+
 ##################################################
 # Output commands
 ##################################################
@@ -1685,3 +1686,12 @@ contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc
 ])
 
 AC_OUTPUT
+
+echo "configuration:
+        target: $gdktarget"
+
+if test "x$gdktarget" = "xlinux-fb"; then
+  echo "Warning: The linux-fb GDK target is unmaintained"
+  echo "         and may not work or even compile"
+fi
+