From 80cc5644f2ea7e418d477822505055cf061cc6bd Mon Sep 17 00:00:00 2001 From: Lubomir Sedlacik Date: Sun, 13 Apr 2003 02:15:16 +0000 Subject: [PATCH] Make --with-perl visible for users from the top-level configure. --- configure.in.pre | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.in.pre b/configure.in.pre index 1fb1bdef..4785b8a6 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -1032,6 +1032,13 @@ AC_ARG_WITH(silcd, AC_MSG_RESULT(yes) ]) +# Irssi perl support +# +AC_ARG_WITH(perl, + [[ --with-perl[=yes|no|module] Build with Perl support - also specifies + if it should be built into main silc binary + (static, default) or as a module]]) + libtoolfix=true AC_MSG_CHECKING(whether to do libtoolfix) AC_ARG_WITH(libtoolfix, -- 2.43.0