1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

s/enable-perl=/enable-perl-path=/ in the warning message

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1423 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-03-24 21:47:36 +00:00 committed by cras
parent 7ed4e7ee7c
commit 4d29260e09

View File

@ -701,6 +701,7 @@ Makefile
po/Makefile.in
intl/Makefile
src/Makefile
src/lib/Makefile
src/core/Makefile
src/irc/Makefile
src/irc/core/Makefile
@ -785,7 +786,7 @@ if test "x$want_perl" = "xyes"; then
if test "x$perl_lib_dir_given" != "xyes"; then
echo " - NOTE: This was automatically set to the same directory you gave with"
echo " --prefix. If you want the perl libraries to install to their 'correct'"
echo " path, you'll need to give --enable-perl= (nothing after '=') option"
echo " path, you'll need to give --enable-perl-path= (nothing after '=') option"
echo " to configure. Anyway, installing perl to this directory should work"
echo " just as well.."
fi