Fixed a typo in configure.in (reported by Elrond on IRC).

--sg
This commit is contained in:
scott 1998-01-03 15:08:41 +00:00
parent 25995faa6c
commit 0eedb30ce8
8 changed files with 29 additions and 1 deletions

View File

@ -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>
* gtk/gtkentry.c:

View File

@ -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>
* gtk/gtkentry.c:

View File

@ -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>
* gtk/gtkentry.c:

View File

@ -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>
* gtk/gtkentry.c:

View File

@ -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>
* gtk/gtkentry.c:

View File

@ -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>
* gtk/gtkentry.c:

View File

@ -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>
* gtk/gtkentry.c:

View File

@ -170,7 +170,7 @@ if test "x$enable_shm" = "xyes"; then
# Check for the X shared memory extension header file
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)
no_xshm=yes
else