mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04: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:
parent
7ed4e7ee7c
commit
4d29260e09
@ -701,6 +701,7 @@ Makefile
|
|||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
intl/Makefile
|
intl/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
src/lib/Makefile
|
||||||
src/core/Makefile
|
src/core/Makefile
|
||||||
src/irc/Makefile
|
src/irc/Makefile
|
||||||
src/irc/core/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
|
if test "x$perl_lib_dir_given" != "xyes"; then
|
||||||
echo " - NOTE: This was automatically set to the same directory you gave with"
|
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 " --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 " to configure. Anyway, installing perl to this directory should work"
|
||||||
echo " just as well.."
|
echo " just as well.."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user