From 1e4b9c024dfe1cafe80e435233db48b4367743b3 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Fri, 28 Mar 2008 17:26:30 +0000 Subject: Do not abort if libtool static libraries are disabled. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4780 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.in b/configure.in index 660cc1fd..1ae99511 100644 --- a/configure.in +++ b/configure.in @@ -16,11 +16,6 @@ AM_PROG_LIBTOOL AC_PATH_PROG(sedpath, sed) AC_PATH_PROG(perlpath, perl) -dnl * --disable-static isn't a good idea, complain if it's used -if test "x$enable_static" = "xno"; then - AC_ERROR([Don't give --disable-static option to configure]) -fi - AC_CHECK_HEADERS(unistd.h dirent.h sys/ioctl.h sys/resource.h) # check posix headers.. -- cgit v1.2.3