Thu Nov 21 14:11:29 2002 Michael Jennings (mej)

Fixed a typo noted by Bill Allombert <allomber@math.u-bordeaux.fr>.


SVN revision: 6457
This commit is contained in:
Michael Jennings 2002-11-21 19:12:11 +00:00
parent b93dddf773
commit 43a572f886
2 changed files with 5 additions and 1 deletions

View File

@ -4931,3 +4931,7 @@ Thu Nov 21 14:03:23 2002 Michael Jennings (mej)
Fix for Debian Bug #169933, seg fault with invalid default font index.
----------------------------------------------------------------------
Thu Nov 21 14:11:29 2002 Michael Jennings (mej)
Fixed a typo noted by Bill Allombert <allomber@math.u-bordeaux.fr>.
----------------------------------------------------------------------

View File

@ -387,7 +387,7 @@ AC_ARG_ENABLE(etwin,
fi], AC_MSG_RESULT(no)
)
if test ! -z "$FOUND_SCREEN" || ! -z "$FOUND_LIBTWIN"; then
if test ! -z "$FOUND_SCREEN" || test ! -z "$FOUND_LIBTWIN"; then
AC_DEFINE(ESCREEN)
fi