mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04: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
@ -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…
Reference in New Issue
Block a user