1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00: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:
Timo Sirainen 2000-12-17 04:20:31 +00:00 committed by cras
parent 8cd67ba344
commit 1bef065e25

View File

@ -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 \