changeset 184:13c1d49c198b

Add AC_PROG_LIBTOOL to make older libtool compatible.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Sun, 02 Nov 2008 14:30:03 +0800
parents cc96dd079521
children c7e5b8779bb5
files configure.ac
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Nov 02 14:12:28 2008 +0800
+++ b/configure.ac	Sun Nov 02 14:30:03 2008 +0800
@@ -10,6 +10,7 @@
 # Checks for programs.
 AC_PROG_CC
 LT_INIT
+AC_PROG_LIBTOOL
 
 # Checks for libraries.
 PKG_CHECK_MODULES([cairo], [cairo >= 1.6], , AC_MSG_ERROR([cairo >= 1.6 not found]))