Make --with-perl visible for users from the top-level configure.
authorLubomir Sedlacik <salo@silcnet.org>
Sun, 13 Apr 2003 02:15:16 +0000 (02:15 +0000)
committerLubomir Sedlacik <salo@silcnet.org>
Sun, 13 Apr 2003 02:15:16 +0000 (02:15 +0000)
configure.in.pre

index 1fb1bdefbbcb1169acfa66370de4fc18816ea6b8..4785b8a6141e5ff55ac06c2e722e6f5748cc190f 100644 (file)
@@ -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,