mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 02:12:30 +01:00
small fix in description
This commit is contained in:
@@ -534,14 +534,13 @@ AC_ARG_ENABLE(xinerama,
|
||||
if test "$xinerama" = yes; then
|
||||
AC_CHECK_LIB(Xinerama, XineramaQueryScreens,
|
||||
[XLIBS="-lXinerama $XLIBS"
|
||||
AC_DEFINE(XINERAMA, 1, [define if you want support for the XINERAMA extension (XFree86 version/set by configure)])
|
||||
AC_DEFINE(XINERAMA, 1, [define if you want support for the XINERAMA extension (set by configure)])
|
||||
xinerama=yes],
|
||||
xinerama=no, $XLFLAGS $XLIBS)
|
||||
|
||||
AC_CHECK_LIB(Xext, XineramaGetInfo,
|
||||
[AC_DEFINE(SOLARIS_XINERAMA, 1, [define if you want support for the XINERAMA extension (Solaris version/set by configure)])
|
||||
xinerama=yes],
|
||||
xinerama=no, $XLFLAGS $XLIBS)
|
||||
[AC_DEFINE(SOLARIS_XINERAMA, 1, [define if you want support for the XINERAMA extension and are in Solaris (set by configure)])
|
||||
], [], $XLFLAGS $XLIBS)
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user