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:
committed by
Matthias Clasen
parent
f1f0b19995
commit
df1d6fb191
@ -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)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
10
configure.in
10
configure.in
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user