diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-24 21:47:36 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-24 21:47:36 +0000 |
commit | 4d29260e09cc8b1efed2053d69b96d7954352343 (patch) | |
tree | fba45991af7a2acd85d458f3f5aa0a8ff8f32543 /configure.in | |
parent | 7ed4e7ee7c2679ab775ae36a30bdd93e34ff67cb (diff) | |
download | irssi-4d29260e09cc8b1efed2053d69b96d7954352343.zip |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |