LIBS="$LIBS -lefence"
fi
+dnl -----------------------------------
+dnl Don't compile X programs (and emit a warning message)
+dnl if X isn't available.
+dnl Checks for X header files.
+
+AC_PATH_XTRA
+if test "X$no_x" = Xyes; then
+ AC_MSG_WARN([X11 not available.])
+ X_SUBDIRS=""
+fi
+AM_CONDITIONAL(WITH_X, [test "X$no_x" != "Xyes"])
+
dnl -----------------------------------
dnl INCLUDES and LIBS for TCL
AC_SUBST(SOCKET_LIBS)
LIBS=$save_LIBS
-dnl -----------------------------------
-dnl Don't compile X programs (and emit a warning message)
-dnl if X isn't available.
-dnl Checks for X header files.
-
-AC_PATH_XTRA
-if test "X$no_x" = Xyes; then
- AC_MSG_WARN([X11 not available.])
- X_SUBDIRS=""
-fi
-AM_CONDITIONAL(WITH_X, [test "X$no_x" != "Xyes"])
-
dnl -----------------------------------
dnl INCLUDES and LIBS for EXPAT