You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
363 B
15 lines
363 B
15 years ago
|
KDE_CHECK_HEADER(X11/extensions/xf86vmode.h, [
|
||
|
AC_DEFINE(HAVE_VIDMODE_EXTENSION, 1, [defined if XFree86's VidMode extension is supported])
|
||
|
LIBXF86VIDMODE="-lXext -lXxf86vm"
|
||
|
], ,
|
||
|
[
|
||
|
#include <X11/Xlib.h>
|
||
|
])
|
||
|
AC_SUBST(LIBXF86VIDMODE)
|
||
|
|
||
|
KDE_CHECK_SSL()
|
||
|
|
||
|
if test "$have_ssl" != yes || test "x$kde_use_qt_mac" = "xyes"; then
|
||
|
DO_NOT_COMPILE="$DO_NOT_COMPILE krdc"
|
||
|
fi
|