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

@ -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