aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-29 21:17:19 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-11-16 17:15:38 +0100
commite367c9548469348afd8cbc2d232c4a2c78c75671 (patch)
tree23e0d9955343579457c0909964da72b00363543e /configure.ac
parent059c9a03c8cc02b0c595e3a5599be04dc157f725 (diff)
downloadenigma2-e367c9548469348afd8cbc2d232c4a2c78c75671.tar.gz
enigma2-e367c9548469348afd8cbc2d232c4a2c78c75671.zip
configure.ac: compatibility for Debian lenny
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 15c1212a..25589c2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_SYS_LARGEFILE
AC_PROG_CC
AC_PROG_CXX
-LT_INIT
+m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
AC_CONFIG_MACRO_DIR([m4])
AC_CHECK_HEADERS([dbox/fp.h dbox/lcd-ks0713.h])