Remove gobject that snuck in prematurely.

Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>

        * configure.in (GTK_LIBS_EXTRA): Remove gobject that snuck
        in prematurely.
This commit is contained in:
Owen Taylor 2000-05-10 20:08:50 +00:00 committed by Owen Taylor
parent 2e71702a7a
commit ac9090ed10
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed May 10 16:08:09 2000 Owen Taylor <otaylor@redhat.com>
* configure.in (GTK_LIBS_EXTRA): Remove gobject that snuck
in prematurely.
2000-05-07 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I

View File

@ -1,3 +1,8 @@
Wed May 10 16:08:09 2000 Owen Taylor <otaylor@redhat.com>
* configure.in (GTK_LIBS_EXTRA): Remove gobject that snuck
in prematurely.
2000-05-07 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I

View File

@ -1,3 +1,8 @@
Wed May 10 16:08:09 2000 Owen Taylor <otaylor@redhat.com>
* configure.in (GTK_LIBS_EXTRA): Remove gobject that snuck
in prematurely.
2000-05-07 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I

View File

@ -1,3 +1,8 @@
Wed May 10 16:08:09 2000 Owen Taylor <otaylor@redhat.com>
* configure.in (GTK_LIBS_EXTRA): Remove gobject that snuck
in prematurely.
2000-05-07 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I

View File

@ -1,3 +1,8 @@
Wed May 10 16:08:09 2000 Owen Taylor <otaylor@redhat.com>
* configure.in (GTK_LIBS_EXTRA): Remove gobject that snuck
in prematurely.
2000-05-07 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I

View File

@ -1,3 +1,8 @@
Wed May 10 16:08:09 2000 Owen Taylor <otaylor@redhat.com>
* configure.in (GTK_LIBS_EXTRA): Remove gobject that snuck
in prematurely.
2000-05-07 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I

View File

@ -1,3 +1,8 @@
Wed May 10 16:08:09 2000 Owen Taylor <otaylor@redhat.com>
* configure.in (GTK_LIBS_EXTRA): Remove gobject that snuck
in prematurely.
2000-05-07 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I

View File

@ -256,7 +256,7 @@ if test x$with_glib = x ; then
AC_MSG_ERROR([
*** GLIB 1.3.0 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org/.]),
gobject gmodule gthread)
gmodule gthread)
# we do not want to make all gtk progs to link to thread libraries.
glib_cflags=`$GLIB_CONFIG glib gobject gmodule --cflags`