summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <vignatti@c3sl.ufpr.br>2007-06-27 16:06:12 -0300
committerTiago Vignatti <vignatti@c3sl.ufpr.br>2007-06-27 16:27:29 -0300
commit3860996d5666b76600b1537e2cbd58e36b086308 (patch)
tree71ab9025614e3a4bb2cf3792088223ce7334d604
parent1e189ed1daab58c1de67d387306fde0a9e7984a4 (diff)
Remove double-defined.
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 44064742a..f1e7f7383 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1819,11 +1819,6 @@ if test "$KDRIVE" = yes; then
# check if we can build Xephyr
PKG_CHECK_MODULES(XEPHYR, x11 xext xfont xau xdmcp, [xephyr="yes"], [xephyr="no"])
- XEPHYR_LIBS="$XEPHYR_LIBS $XSERVER_LIBS"
-
- # Xephyr needs nanosleep() which is in librt on Solaris
- AC_CHECK_FUNC([nanosleep], [],
- AC_CHECK_LIB([rt], [nanosleep], XEPHYR_LIBS="$XEPHYR_LIBS -lrt"))
AC_SUBST([XEPHYR_LIBS])
AC_SUBST([XEPHYR_INCS])