diff options
author | scott <scott> | 1998-01-03 15:08:41 +0000 |
---|---|---|
committer | scott <scott> | 1998-01-03 15:08:41 +0000 |
commit | 0eedb30ce800f71e4e43ff38bd40b385d5324408 (patch) | |
tree | 8365d865b587e039358c628a9ed053f439bc0f7c /configure.in | |
parent | 25995faa6cf0291ac801cb3ebdc47cd8a3fe4881 (diff) | |
download | gdk-pixbuf-0eedb30ce800f71e4e43ff38bd40b385d5324408.tar.gz |
Fixed a typo in configure.in (reported by Elrond on IRC).
--sg
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index aa4c3e3d5..b8cbff7e6 100644 --- a/configure.in +++ b/configure.in @@ -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 |