build: remove unused LIBTOOL_DEPS
authorJan Engelhardt <jengelh@medozas.de>
Thu, 30 Dec 2010 22:09:28 +0000 (23:09 +0100)
committerr.kubiak <r.kubiak@samsung.com>
Mon, 16 Nov 2015 13:12:06 +0000 (14:12 +0100)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
configure.ac

index 3831697..4ea53b9 100644 (file)
@@ -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!]);;