summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-12-30 23:09:28 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-12-30 23:16:36 +0100
commitf7e35376b712db56feb47482ded26253c45d53e9 (patch)
treec1ee0b42ef1f0d704f9b10d1e4518157a5ffcd30
parente07ff761686629a3a7cf5af67f281a5b6ce4d8c5 (diff)
build: remove unused LIBTOOL_DEPS
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3831697..4ea53b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,6 @@ AC_DISABLE_STATIC
AM_PROG_LIBTOOL
AC_PROG_INSTALL
-AC_SUBST(LIBTOOL_DEPS)
-
case "$host" in
*-*-linux*) ;;
*) AC_MSG_ERROR([Linux only, dude!]);;