forked from AuroraMiddleware/gtk
af5c897e4b
Tue Apr 3 13:55:37 2001 Owen Taylor <otaylor@redhat.com> * NEWS: Updated. * configure.in: Remove support for uninstalled glib. * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as so as not to stop emission. * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0 is no longer supported. * Makefile.am gtk/Makefile.am tests/*: Moved all tests into tests, change build order to build modules before gtk/. * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation to here.
5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/sh
|
|
|
|
echo gtk-config-2.0 is no longer supported. Please use pkg-config instead 2>&1
|
|
exit 1
|