diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-03-28 17:26:30 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-03-28 17:26:30 +0000 |
commit | 1e4b9c024dfe1cafe80e435233db48b4367743b3 (patch) | |
tree | 05ff1b79e2ee41581549c95ed53c3de88d26658e | |
parent | aca21b89f2c55dfdec77c3f7566826bd2b926bc4 (diff) | |
download | irssi-1e4b9c024dfe1cafe80e435233db48b4367743b3.zip |
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
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 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.. |