aboutsummaryrefslogtreecommitdiff
path: root/nxcompext/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'nxcompext/configure.in')
-rw-r--r--nxcompext/configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/nxcompext/configure.in b/nxcompext/configure.in
index 5b9ccc4da..6078851b4 100644
--- a/nxcompext/configure.in
+++ b/nxcompext/configure.in
@@ -226,16 +226,6 @@ dnl Find makedepend somewhere.
AC_SUBST(MAKEDEPEND)
MAKEDEPEND="$(which makedepend)"
-# Try to desperately find makedepend.
-# Set MAKEDEPEND to the shipped makedepend binary. This will not
-# exist in nx-libs-lite, though, in which case MAKEDEPEND
-# will stay empty.
-if test -z "${MAKEDEPEND}"; then
- if test -x "../nx-X11/config/makedepend/makedepend"; then
- MAKEDEPEND="../nx-X11/config/makedepend/makedepend"
- fi
-fi
-
dnl Determine what to build based on the platform.
dnl Override the LIBS settings on Cygwin32 so that
dnl we always link with the exact set of libraries.