make static default againt. use --disable-static --enable-dynamic to get the shiny new dynamic behaviour

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19635 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-08-18 15:38:43 +00:00
parent 98008dc568
commit f21501446b

View File

@ -153,8 +153,9 @@ dnl see http://permalink.gmane.org/gmane.comp.gnu.libtool.general/6699
dnl Note that this will reportedly not be needed with libtool 2.0
m4_undefine([AC_PROG_F77])
m4_defun([AC_PROG_F77],[])
#AC_DISABLE_SHARED
AC_DISABLE_STATIC
AC_DISABLE_SHARED
#AC_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
#AM_PROG_LIBTOOL
LYX_PROG_LIBTOOL