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

2004-12-27  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Add a warning about the linux-fb
	target.  (#155488, Zeeshan Ali)
This commit is contained in:
Matthias Clasen
2004-12-27 06:13:07 +00:00
committed by Matthias Clasen
parent f1f0b19995
commit df1d6fb191
5 changed files with 22 additions and 0 deletions

View 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)

View 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)

View 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)

View 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)

View 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