summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorscott <scott>1998-01-03 15:08:41 +0000
committerscott <scott>1998-01-03 15:08:41 +0000
commit0eedb30ce800f71e4e43ff38bd40b385d5324408 (patch)
tree8365d865b587e039358c628a9ed053f439bc0f7c /configure.in
parent25995faa6cf0291ac801cb3ebdc47cd8a3fe4881 (diff)
downloadgdk-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.in2
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