From 057a8709a116feb0fd0004141bbac20d2766f3db Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 19 Aug 2005 00:13:46 +0000 Subject: [PATCH] More updates for Panoramix -> Xinerama rename --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 06446f2b9..b02884f0d 100644 --- a/configure.ac +++ b/configure.ac @@ -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