From: André Pönitz Date: Sat, 18 Aug 2007 15:38:43 +0000 (+0000) Subject: make static default againt. use --disable-static --enable-dynamic to get the shiny... X-Git-Tag: 1.6.10~8814 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f21501446b33ae090bf95cba860f389e6fec554c;p=lyx.git 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 --- diff --git a/configure.ac b/configure.ac index e1d5ef5f78..460265b15e 100644 --- a/configure.ac +++ b/configure.ac @@ -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