forked from AuroraMiddleware/gtk
Fixed a typo in configure.in (reported by Elrond on IRC).
--sg
This commit is contained in:
parent
25995faa6c
commit
0eedb30ce8
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
|
||||||
|
|
||||||
|
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).
|
||||||
|
|
||||||
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkentry.c:
|
* gtk/gtkentry.c:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
|
||||||
|
|
||||||
|
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).
|
||||||
|
|
||||||
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkentry.c:
|
* gtk/gtkentry.c:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
|
||||||
|
|
||||||
|
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).
|
||||||
|
|
||||||
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkentry.c:
|
* gtk/gtkentry.c:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
|
||||||
|
|
||||||
|
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).
|
||||||
|
|
||||||
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkentry.c:
|
* gtk/gtkentry.c:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
|
||||||
|
|
||||||
|
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).
|
||||||
|
|
||||||
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkentry.c:
|
* gtk/gtkentry.c:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
|
||||||
|
|
||||||
|
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).
|
||||||
|
|
||||||
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkentry.c:
|
* gtk/gtkentry.c:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jan 3 10:15:08 1998 Scott Goehring <scott@poverty.bloomington.in.us>
|
||||||
|
|
||||||
|
* configure.in: fixed a typo (no_xext_lib, not no_ext_lib).
|
||||||
|
|
||||||
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
Sat Jan 3 00:41:28 PST 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* gtk/gtkentry.c:
|
* gtk/gtkentry.c:
|
||||||
|
@ -170,7 +170,7 @@ if test "x$enable_shm" = "xyes"; then
|
|||||||
|
|
||||||
# Check for the X shared memory extension header file
|
# Check for the X shared memory extension header file
|
||||||
AC_MSG_CHECKING(X11/extensions/XShm.h)
|
AC_MSG_CHECKING(X11/extensions/XShm.h)
|
||||||
if test "x$no_ext_lib" = "xyes"; then
|
if test "x$no_xext_lib" = "xyes"; then
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
no_xshm=yes
|
no_xshm=yes
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user