forked from AuroraMiddleware/gtk
Remove --with-threads, unused GTK_THREAD_FLAGS
This commit is contained in:
parent
a8e00e2169
commit
96501b3481
@ -1,3 +1,9 @@
|
||||
1998-12-15 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* configure.in, gdk/Makefile.am, gtk/Makefile.am:
|
||||
Removed last remaining thread-related configure bits
|
||||
that have been moved into GLib.
|
||||
|
||||
1998-12-15 Elliot Lee <sopwith@bogus.cuc.ml.org>
|
||||
|
||||
* gdk/gdkevents.c: Use G_IO_ERR|G_IO_HUP|G_IO_NVAL
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-12-15 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* configure.in, gdk/Makefile.am, gtk/Makefile.am:
|
||||
Removed last remaining thread-related configure bits
|
||||
that have been moved into GLib.
|
||||
|
||||
1998-12-15 Elliot Lee <sopwith@bogus.cuc.ml.org>
|
||||
|
||||
* gdk/gdkevents.c: Use G_IO_ERR|G_IO_HUP|G_IO_NVAL
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-12-15 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* configure.in, gdk/Makefile.am, gtk/Makefile.am:
|
||||
Removed last remaining thread-related configure bits
|
||||
that have been moved into GLib.
|
||||
|
||||
1998-12-15 Elliot Lee <sopwith@bogus.cuc.ml.org>
|
||||
|
||||
* gdk/gdkevents.c: Use G_IO_ERR|G_IO_HUP|G_IO_NVAL
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-12-15 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* configure.in, gdk/Makefile.am, gtk/Makefile.am:
|
||||
Removed last remaining thread-related configure bits
|
||||
that have been moved into GLib.
|
||||
|
||||
1998-12-15 Elliot Lee <sopwith@bogus.cuc.ml.org>
|
||||
|
||||
* gdk/gdkevents.c: Use G_IO_ERR|G_IO_HUP|G_IO_NVAL
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-12-15 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* configure.in, gdk/Makefile.am, gtk/Makefile.am:
|
||||
Removed last remaining thread-related configure bits
|
||||
that have been moved into GLib.
|
||||
|
||||
1998-12-15 Elliot Lee <sopwith@bogus.cuc.ml.org>
|
||||
|
||||
* gdk/gdkevents.c: Use G_IO_ERR|G_IO_HUP|G_IO_NVAL
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-12-15 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* configure.in, gdk/Makefile.am, gtk/Makefile.am:
|
||||
Removed last remaining thread-related configure bits
|
||||
that have been moved into GLib.
|
||||
|
||||
1998-12-15 Elliot Lee <sopwith@bogus.cuc.ml.org>
|
||||
|
||||
* gdk/gdkevents.c: Use G_IO_ERR|G_IO_HUP|G_IO_NVAL
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-12-15 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* configure.in, gdk/Makefile.am, gtk/Makefile.am:
|
||||
Removed last remaining thread-related configure bits
|
||||
that have been moved into GLib.
|
||||
|
||||
1998-12-15 Elliot Lee <sopwith@bogus.cuc.ml.org>
|
||||
|
||||
* gdk/gdkevents.c: Use G_IO_ERR|G_IO_HUP|G_IO_NVAL
|
||||
|
@ -67,7 +67,6 @@ AC_ARG_ENABLE(xim, [ --enable-xim support XIM [default=yes]],
|
||||
AC_ARG_WITH(locale, [ --with-locale=LOCALE locale name you want to use ])
|
||||
|
||||
AC_ARG_WITH(xinput, [ --with-xinput=[no/gxi/xfree] support XInput ])
|
||||
AC_ARG_WITH(threads, [ --with-threads=[posix] support threading ])
|
||||
|
||||
if test "x$enable_debug" = "xyes"; then
|
||||
test "$cflags_set" = set || CFLAGS="$CFLAGS -g"
|
||||
@ -445,7 +444,6 @@ AC_SUBST(GDK_WLIBS)
|
||||
AC_SUBST(GTK_DEBUG_FLAGS)
|
||||
AC_SUBST(GTK_XIM_FLAGS)
|
||||
AC_SUBST(GTK_LOCALE_FLAGS)
|
||||
AC_SUBST(GTK_THREAD_FLAGS)
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
|
@ -10,7 +10,6 @@ INCLUDES = \
|
||||
@GTK_DEBUG_FLAGS@ \
|
||||
@GTK_XIM_FLAGS@ \
|
||||
@GTK_LOCALE_FLAGS@ \
|
||||
@GTK_THREAD_FLAGS@ \
|
||||
@GLIB_CFLAGS@ \
|
||||
@x_cflags@
|
||||
|
||||
|
@ -347,7 +347,6 @@ INCLUDES = \
|
||||
@GTK_DEBUG_FLAGS@ \
|
||||
@GTK_XIM_FLAGS@ \
|
||||
@GTK_LOCALE_FLAGS@ \
|
||||
@GTK_THREAD_FLAGS@ \
|
||||
@GLIB_CFLAGS@ \
|
||||
@x_cflags@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user