From 1e3e537467dfb7d8c9641d5d6d011caaae8f64e7 Mon Sep 17 00:00:00 2001 From: funto66 Date: Wed, 13 Jul 2011 18:26:20 +0000 Subject: [PATCH] Seems to have fixed compilation with autotools... git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9250 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b4824552a..579325d02 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ CXXFLAGS="$CXXFLAGS -Wall" AC_PROG_CC AC_PROG_CPP AC_PROG_CXX +AC_PROG_LIBTOOL # This macro defines WORDS_BIGENDIAN if building for a big endian machine. AC_C_BIGENDIAN