From 4d29260e09cc8b1efed2053d69b96d7954352343 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 24 Mar 2001 21:47:36 +0000 Subject: [PATCH] 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 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 82f9116e..58b07111 100644 --- a/configure.in +++ b/configure.in @@ -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