]> Pileus Git - ~andy/gtk/commitdiff
Fixed a typo in configure.in (reported by Elrond on IRC).
authorscott <scott>
Sat, 3 Jan 1998 15:08:41 +0000 (15:08 +0000)
committerscott <scott>
Sat, 3 Jan 1998 15:08:41 +0000 (15:08 +0000)
--sg

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 6aca5144d1953a2fd823db34a9a34b22327eedbc..b4c7529f98af8b85748a67639ba8c57588e20e5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 6aca5144d1953a2fd823db34a9a34b22327eedbc..b4c7529f98af8b85748a67639ba8c57588e20e5e 100644 (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:
index 6aca5144d1953a2fd823db34a9a34b22327eedbc..b4c7529f98af8b85748a67639ba8c57588e20e5e 100644 (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:
index 6aca5144d1953a2fd823db34a9a34b22327eedbc..b4c7529f98af8b85748a67639ba8c57588e20e5e 100644 (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:
index 6aca5144d1953a2fd823db34a9a34b22327eedbc..b4c7529f98af8b85748a67639ba8c57588e20e5e 100644 (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:
index 6aca5144d1953a2fd823db34a9a34b22327eedbc..b4c7529f98af8b85748a67639ba8c57588e20e5e 100644 (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:
index 6aca5144d1953a2fd823db34a9a34b22327eedbc..b4c7529f98af8b85748a67639ba8c57588e20e5e 100644 (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:
index aa4c3e3d5e04a3eaddce983bde62d4c1375553d1..b8cbff7e60d52455528ef625de9ced61892cc300 100644 (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