mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Complain if --disable-static was tried to be used
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1002 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8cd67ba344
commit
1bef065e25
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ if test "x$lt_target" = "x"; then
|
|||
lt_target="$target"
|
||||
fi
|
||||
fi
|
||||
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
|
||||
|
||||
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
|
||||
$libtool_flags --disable-static --output=libtool-static --no-verify $ac_aux_dir/ltmain.sh $lt_target \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue