Remove --with-threads, unused GTK_THREAD_FLAGS

This commit is contained in:
Jeff Garzik 1998-12-16 00:07:33 +00:00
parent a8e00e2169
commit 96501b3481
10 changed files with 42 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -10,7 +10,6 @@ INCLUDES = \
@GTK_DEBUG_FLAGS@ \
@GTK_XIM_FLAGS@ \
@GTK_LOCALE_FLAGS@ \
@GTK_THREAD_FLAGS@ \
@GLIB_CFLAGS@ \
@x_cflags@

View File

@ -347,7 +347,6 @@ INCLUDES = \
@GTK_DEBUG_FLAGS@ \
@GTK_XIM_FLAGS@ \
@GTK_LOCALE_FLAGS@ \
@GTK_THREAD_FLAGS@ \
@GLIB_CFLAGS@ \
@x_cflags@