mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
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
This commit is contained in:
parent
aca21b89f2
commit
1e4b9c024d
@ -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..
|
||||
|
Loading…
Reference in New Issue
Block a user