More updates for Panoramix -> Xinerama rename

This commit is contained in:
Alan Coopersmith 2005-08-19 00:13:46 +00:00
parent bed3235d22
commit 057a8709a1

View File

@ -489,7 +489,7 @@ AM_CONDITIONAL(XINERAMA, [test x$XINERAMA = xyes])
if test "$XINERAMA" = yes; then
AC_DEFINE(XINERAMA,1,[Support Xinerama extension])
AC_DEFINE(PANORAMIX,1,[Internal define for Xinerama])
REQUIRED_MODULES="$REQUIRED_MODULES panoramixproto"
REQUIRED_MODULES="$REQUIRED_MODULES xineramaproto"
fi
AM_CONDITIONAL(XCSECURITY, [test x$XCSECURITY = xyes])
if test "$XCSECURITY" = yes; then