aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-06-30 15:41:03 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-06-30 15:41:03 +0200
commitba10ceffc5f17e9c966692c85d7e7866e16f84bf (patch)
tree07260fb82184fc526e7cd8815fd51165edd948b4 /nxcompshad
parent5b36f6443a1186d482ae1044b826c9fd67624c31 (diff)
parent298744e94948c3541bb8f9d9dbb1af6708aecea5 (diff)
downloadnx-libs-ba10ceffc5f17e9c966692c85d7e7866e16f84bf.tar.gz
nx-libs-ba10ceffc5f17e9c966692c85d7e7866e16f84bf.tar.bz2
nx-libs-ba10ceffc5f17e9c966692c85d7e7866e16f84bf.zip
Merge branch 'sunweaver-pr/drop-embedded-imake-and-makedepend' into 3.6.x
Attributes GH PR #146: https://github.com/ArcticaProject/nx-libs/pull/146 Reviewed by: Vadim Troshchinskiy <vadim@qindel.com> -- Thu, 30 Jun 2016 06:30:46 -0700
Diffstat (limited to 'nxcompshad')
-rw-r--r--nxcompshad/configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/nxcompshad/configure.in b/nxcompshad/configure.in
index 8468b4733..7ec064cc6 100644
--- a/nxcompshad/configure.in
+++ b/nxcompshad/configure.in
@@ -274,14 +274,4 @@ 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
-
AC_OUTPUT(Makefile nxcompshad.pc)