From 366a2e5d2e418646473724f757eb60ca13720a7a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Sat, 15 Nov 2008 17:51:00 +0000 Subject: [PATCH] remove some libtool traces git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27469 a592a061-630c-0410-9148-cb99ea01b6c8 --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.ac b/configure.ac index 9626c70446..dee916e688 100644 --- a/configure.ac +++ b/configure.ac @@ -137,16 +137,6 @@ LYX_USE_INCLUDED_BOOST # Needed for our char_type AC_CHECK_SIZEOF(wchar_t) -### Setup libtool -dnl Dirty trick ahead: disable libtool checking for a fortran compiler -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 - ### We need iconv for unicode support (Qt4 frontend requires it too) AM_ICONV if test "$am_cv_func_iconv" = no; then -- 2.39.5