[Lemon-commits] [lemon_svn] alpar: r1766 - hugo/trunk
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:47:25 CET 2006
Author: alpar
Date: Fri Apr 8 17:22:46 2005
New Revision: 1766
Modified:
hugo/trunk/configure.ac
Log:
Disable shared libraries (makes the compilation a bit faster)
Modified: hugo/trunk/configure.ac
==============================================================================
--- hugo/trunk/configure.ac (original)
+++ hugo/trunk/configure.ac Fri Apr 8 17:22:46 2005
@@ -8,6 +8,7 @@
dnl Checks for programs.
AC_PROG_CXX
AC_PROG_INSTALL
+AC_DISABLE_SHARED
AC_PROG_LIBTOOL
CXXFLAGS="$CXXFLAGS -Wall"
More information about the Lemon-commits
mailing list