Fix problem with == in test argument. (#80732, Hidetoshi Tajima)
Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix problem with == in test argument. (#80732, Hidetoshi Tajima)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix problem with == in test argument.
|
||||
(#80732, Hidetoshi Tajima)
|
||||
|
||||
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
The "big treeview focus patch". Fixes several issues and adds some
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix problem with == in test argument.
|
||||
(#80732, Hidetoshi Tajima)
|
||||
|
||||
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
The "big treeview focus patch". Fixes several issues and adds some
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix problem with == in test argument.
|
||||
(#80732, Hidetoshi Tajima)
|
||||
|
||||
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
The "big treeview focus patch". Fixes several issues and adds some
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix problem with == in test argument.
|
||||
(#80732, Hidetoshi Tajima)
|
||||
|
||||
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
The "big treeview focus patch". Fixes several issues and adds some
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix problem with == in test argument.
|
||||
(#80732, Hidetoshi Tajima)
|
||||
|
||||
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
The "big treeview focus patch". Fixes several issues and adds some
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix problem with == in test argument.
|
||||
(#80732, Hidetoshi Tajima)
|
||||
|
||||
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
The "big treeview focus patch". Fixes several issues and adds some
|
||||
|
||||
@@ -1027,7 +1027,7 @@ if test "x$gdktarget" = "xx11"; then
|
||||
use_solaris_xinerama=yes
|
||||
AC_CHECK_LIB(Xext, XineramaGetInfo,
|
||||
use_solaris_xinerama=yes, use_solaris_xinerama=no)
|
||||
if test "x$use_solaris_xinerama" == "xyes"; then
|
||||
if test "x$use_solaris_xinerama" = "xyes"; then
|
||||
AC_CHECK_HEADER(X11/extensions/xinerama.h,
|
||||
if test -z "`echo $x_extra_libs $x_libs | grep "\-lXext" 2> /dev/null`"; then
|
||||
x_extra_libs="-lXext $x_extra_libs"
|
||||
|
||||
Reference in New Issue
Block a user