mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
Added $x_libs in the other_libraries field in the check for
1998-05-04 Federico Mena Quintero <federico@nuclecu.unam.mx> * configure.in: Added $x_libs in the other_libraries field in the check for XShapeCombineMask.
This commit is contained in:
parent
abf4f510de
commit
12fd81efd2
@ -1,3 +1,8 @@
|
||||
1998-05-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* configure.in: Added $x_libs in the other_libraries field in the
|
||||
check for XShapeCombineMask.
|
||||
|
||||
Sat May 2 23:14:34 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkcurve.c (gtk_curve_graph_events): Ignore
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-05-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* configure.in: Added $x_libs in the other_libraries field in the
|
||||
check for XShapeCombineMask.
|
||||
|
||||
Sat May 2 23:14:34 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkcurve.c (gtk_curve_graph_events): Ignore
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-05-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* configure.in: Added $x_libs in the other_libraries field in the
|
||||
check for XShapeCombineMask.
|
||||
|
||||
Sat May 2 23:14:34 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkcurve.c (gtk_curve_graph_events): Ignore
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-05-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* configure.in: Added $x_libs in the other_libraries field in the
|
||||
check for XShapeCombineMask.
|
||||
|
||||
Sat May 2 23:14:34 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkcurve.c (gtk_curve_graph_events): Ignore
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-05-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* configure.in: Added $x_libs in the other_libraries field in the
|
||||
check for XShapeCombineMask.
|
||||
|
||||
Sat May 2 23:14:34 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkcurve.c (gtk_curve_graph_events): Ignore
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-05-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* configure.in: Added $x_libs in the other_libraries field in the
|
||||
check for XShapeCombineMask.
|
||||
|
||||
Sat May 2 23:14:34 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkcurve.c (gtk_curve_graph_events): Ignore
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-05-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* configure.in: Added $x_libs in the other_libraries field in the
|
||||
check for XShapeCombineMask.
|
||||
|
||||
Sat May 2 23:14:34 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
* gtk/gtkcurve.c (gtk_curve_graph_events): Ignore
|
||||
|
@ -124,7 +124,9 @@ AC_CHECK_LIB(Xext, XShapeCombineMask,
|
||||
if test -z "`echo $x_libs | grep "\-lXext" 2> /dev/null`"; then
|
||||
$x_libs="-lXext $x_libs"
|
||||
fi
|
||||
AC_DEFINE(HAVE_SHAPE_EXT))
|
||||
AC_DEFINE(HAVE_SHAPE_EXT),
|
||||
,
|
||||
$x_libs)
|
||||
|
||||
x_cflags="$X_CFLAGS"
|
||||
x_ldflags="$X_LDFLAGS $X_LIBS"
|
||||
|
Loading…
Reference in New Issue
Block a user