From: Andreas Oberritter Date: Fri, 29 Oct 2010 21:17:19 +0000 (+0000) Subject: configure.ac: compatibility for Debian lenny X-Git-Tag: master-2010.12~7^2~25 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e367c9548469348afd8cbc2d232c4a2c78c75671?hp=059c9a03c8cc02b0c595e3a5599be04dc157f725 configure.ac: compatibility for Debian lenny --- 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])