add AM_DISABLE_STATIC here too.

* configure.in: add AM_DISABLE_STATIC here too.

svn path=/trunk/; revision=23064
This commit is contained in:
Dan Winship
2003-10-24 16:59:33 +00:00
parent 89e5f86d5e
commit ea5a22bc0e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-10-24 Dan Winship <danw@ximian.com>
* configure.in: add AM_DISABLE_STATIC here too.
2003-10-23 Dan Winship <danw@ximian.com>
* src/libical/Makefile.am (libical_evolutioninclude_HEADERS):

View File

@ -26,6 +26,7 @@ AC_PROG_LN_S
AC_PROG_INSTALL
dnl Initialize libtool
AM_DISABLE_STATIC
AM_PROG_LIBTOOL
AC_SUBST(AR)