summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-12-30 22:38:01 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-12-30 22:56:31 +0100
commit10618ff18f94145075ee2c1702ae783cf7e4564c (patch)
tree419c84d74ba334ec73cf5d75df279e3b5e18b680 /configure.ac
parente6ba25eb57957e6634d5e7cec539b1d6e4204b27 (diff)
build: remove unused LIBTOOL_DEPS
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b194ea8..e7c1367 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,6 @@ AM_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_LN_S
-AC_SUBST(LIBTOOL_DEPS)
-
case "$host" in
*-*-linux*) ;;
*) AC_MSG_ERROR([Linux only, dude!]);;