diff --git a/configure.ac b/configure.ac index 4491e9094..5c18a12cd 100644 --- a/configure.ac +++ b/configure.ac @@ -2073,6 +2073,9 @@ if test "$KDRIVE" = yes; then if test "x$XEPHYR" = xauto; then XEPHYR=$xephyr fi + if test "x$XEPHYR" = xyes && test "x$xephyr" = xno; then + AC_MSG_ERROR([Xephyr dependencies missing]) + fi # Xephyr needs nanosleep() which is in librt on Solaris AC_CHECK_FUNC([nanosleep], [],